Home
last modified time | relevance | path

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

/Zephyr-4.2.1/tests/posix/common/src/
Dmutex.c48 static void test_mutex_common(int type, void *(*entry)(void *arg)) in test_mutex_common() function
110 test_mutex_common(PTHREAD_MUTEX_NORMAL, normal_mutex_entry); in ZTEST()
122 test_mutex_common(PTHREAD_MUTEX_RECURSIVE, recursive_mutex_entry); in ZTEST()