Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dmutex.c47 static void test_mutex_common(int type, void *(*entry)(void *arg)) in test_mutex_common() function
109 test_mutex_common(PTHREAD_MUTEX_NORMAL, normal_mutex_entry); in ZTEST()
121 test_mutex_common(PTHREAD_MUTEX_RECURSIVE, recursive_mutex_entry); in ZTEST()