Searched refs:mtx_timedlock_fn (Results 1 – 1 of 1) sorted by relevance
92 static int mtx_timedlock_fn(void *arg) in mtx_timedlock_fn() function116 zassert_equal(thrd_success, thrd_create(&th, mtx_timedlock_fn, &mutex)); in ZTEST()123 zassert_equal(thrd_success, thrd_create(&th, mtx_timedlock_fn, &mutex)); in ZTEST()