Searched refs:thread_sema (Results 1 – 2 of 2) sorted by relevance
15 void thread_sema(void const *arg) in thread_sema() function48 osThreadDef(thread_sema, osPriorityNormal, 1, 0);59 id = osThreadCreate(osThread(thread_sema), semaphore_id); in ZTEST()
15 void thread_sema(void *arg) in thread_sema() function84 id = osThreadNew(thread_sema, semaphore_id, &thread_attr); in ZTEST()