Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dmutex.c180 static void *test_mutex_timedlock_fn(void *arg) in test_mutex_timedlock_fn() function
201 zassert_ok(pthread_create(&th, NULL, test_mutex_timedlock_fn, &mutex)); in ZTEST()
208 zassert_ok(pthread_create(&th, NULL, test_mutex_timedlock_fn, &mutex)); in ZTEST()