Searched refs:mutex_unlocked_sem (Results 1 – 1 of 1) sorted by relevance
22 struct k_sem mutex_unlocked_sem; variable30 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()