Searched defs:thread_id (Results 1 – 8 of 8) sorted by relevance
64 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void *, void *, void *)) in tm_thread_create()84 int tm_thread_resume(int thread_id) in tm_thread_resume()95 int tm_thread_suspend(int thread_id) in tm_thread_suspend()
9 static k_tid_t thread_id; variable
39 void test_multiple_signal_flags(void const *thread_id) in test_multiple_signal_flags()176 void test_signal_from_isr(void const *thread_id) in test_signal_from_isr()
79 int thread_id = POINTER_TO_INT(p1); in tmheap_threadsafe_handler() local
142 void test_thread_flags_from_isr(void *thread_id) in test_thread_flags_from_isr()
42 osThreadId_t thread_id; in thread1() local
230 static void umode_entry(void *thread_id, void *p2, void *p3) in umode_entry()
653 k_tid_t thread_id; in ZTEST() local
Completed in 43 milliseconds