Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file_reentrant.c22 struct k_sem mutex_unlocked_sem; variable
30 zassert_ok(k_sem_init(&mutex_unlocked_sem, 0, 1), NULL); in test_reentrant_access()
52 zassert_equal(SEMAPHORE_OP_SUCCESS, k_sem_take(&mutex_unlocked_sem, K_NO_WAIT), in test_reentrant_access()
129 k_sem_give(&mutex_unlocked_sem); in tlock_mutex()