Searched refs:tThread_entry_lock_timeout (Results 1 – 2 of 2) sorted by relevance
91 void tThread_entry_lock_timeout(void const *arg) in tThread_entry_lock_timeout() function123 osThreadDef(tThread_entry_lock_timeout, osPriorityNormal, 1, 0);134 id = osThreadCreate(osThread(tThread_entry_lock_timeout), mutex_id); in ZTEST()
109 void tThread_entry_lock_timeout(void *arg) in tThread_entry_lock_timeout() function165 id = osThreadNew(tThread_entry_lock_timeout, mutex_id, &thread_attr); in ZTEST()