Searched refs:_local_mtx (Results 1 – 3 of 3) sorted by relevance
17 static struct rt_mutex _local_mtx; variable22 rt_mutex_t mutex = &_local_mtx; in condvar_timedwait_tc()54 if (rt_mutex_init(&_local_mtx, "utest", RT_IPC_FLAG_PRIO) != 0) in utest_tc_init()67 rt_mutex_detach(&_local_mtx); in utest_tc_cleanup()
18 static struct rt_mutex _local_mtx; variable24 rt_mutex_t mutex = &_local_mtx; in waker_thr()47 rt_mutex_t mutex = &_local_mtx; in condvar_signal_tc()100 if (rt_mutex_init(&_local_mtx, "utest", RT_IPC_FLAG_PRIO) != 0) in utest_tc_init()113 rt_mutex_detach(&_local_mtx); in utest_tc_cleanup()
18 static struct rt_mutex _local_mtx; variable29 rt_mutex_t mutex = &_local_mtx; in thr_func()73 rt_mutex_t mutex = &_local_mtx; in condvar_broadcast_tc()120 if (rt_mutex_init(&_local_mtx, "utest", RT_IPC_FLAG_PRIO) != 0) in utest_tc_init()140 rt_mutex_detach(&_local_mtx); in utest_tc_cleanup()
Completed in 8 milliseconds