Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/mutex/mutex_api/src/
Dtest_mutex_apis.c66 static void tmutex_test_lock(struct k_mutex *pmutex, in tmutex_test_lock() function
215 tmutex_test_lock(&tmutex, tThread_entry_lock_forever); in ZTEST_USER()
219 tmutex_test_lock(&kmutex, tThread_entry_lock_forever); in ZTEST_USER()
226 tmutex_test_lock(&tmutex, tThread_entry_lock_no_wait); in ZTEST_USER()
229 tmutex_test_lock(&kmutex, tThread_entry_lock_no_wait); in ZTEST_USER()