Searched refs:thread_t (Results 1 – 14 of 14) sorted by relevance
24 typedef struct thread thread_t; typedef33 int libc_state_thread_init(thread_t* t);34 int libc_state_thread_free(thread_t* t);
33 int libc_state_thread_init(thread_t* t) { in libc_state_thread_init()45 int libc_state_thread_free(thread_t* t) { in libc_state_thread_free()
36 thread_t* thread;46 static bool thread_is_blocked(volatile thread_t* thread) { in thread_is_blocked()93 thread_t* next = smptest_thread[next_cpu].thread; in smptest_thread_func()
88 thread_t* thread; in busy_test_init()131 thread_t* thread; in busy_test_cpu_init()
56 thread_t* thread; in fptest_init()
145 thread_t* thread;254 static inline struct trusty_thread* trusty_thread_get(thread_t* t) { in trusty_thread_get()
68 static thread_t* nsirqthreads[SMP_MAX_CPUS];69 static thread_t* nsidlethreads[SMP_MAX_CPUS];70 static thread_t* stdcallthread;
75 typedef thread_t* __libcpp_thread_id;80 typedef thread_t* __libcpp_thread_t;
52 static thread_t* unittest_thread;
62 thread_t* curr = get_current_thread(); in in_ubsan_get()66 thread_t* curr = get_current_thread(); in in_ubsan_set()
176 static void dump_function(thread_t* thread, struct stack_frame* frame) { in dump_function()
202 thread_t* current = get_current_thread(); in sys_exit_etc()
101 thread_t* rx_thread;102 thread_t* tx_thread;
2016 thread_t* app_mgr_thread; in app_mgr_init()