Home
last modified time | relevance | path

Searched refs:mtx_timedlock_fn (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dmtx.c92 static int mtx_timedlock_fn(void *arg) in mtx_timedlock_fn() function
116 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()