Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 8 of 8) sorted by relevance

/tests/benchmarks/thread_metric/src/
A Dtm_porting_layer_zephyr.c64 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()
/tests/kernel/sched/wraparound/src/
A Dmain.c9 static k_tid_t thread_id; variable
/tests/subsys/portability/cmsis_rtos_v1/src/
A Dsignal.c39 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()
/tests/lib/multi_heap/src/
A Dtest_mheap_concept.c79 int thread_id = POINTER_TO_INT(p1); in tmheap_threadsafe_handler() local
/tests/subsys/portability/cmsis_rtos_v2/src/
A Dthread_flags.c142 void test_thread_flags_from_isr(void *thread_id) in test_thread_flags_from_isr()
A Dthread_apis.c42 osThreadId_t thread_id; in thread1() local
/tests/kernel/threads/thread_apis/src/
A Dmain.c230 static void umode_entry(void *thread_id, void *p2, void *p3) in umode_entry()
/tests/kernel/smp/src/
A Dmain.c653 k_tid_t thread_id; in ZTEST() local

Completed in 43 milliseconds