Searched refs:uxSemaphoreGetCount (Results 1 – 6 of 6) sorted by relevance
192 assert(uxSemaphoreGetCount(engine_state) == 0 && in esp_sha_read_digest_state()212 assert(uxSemaphoreGetCount(engine_state) == 0 && in esp_sha_block()
121 TEST_ASSERT_EQUAL(NO_OF_ITEMS, uxSemaphoreGetCount(handle)); //Test uxSemaphoreGetCount()126 TEST_ASSERT_EQUAL(0, uxSemaphoreGetCount(handle));
1091 #define uxSemaphoreGetCount( xSemaphore ) uxQueueMessagesWaiting( ( QueueHandle_t ) ( xSemaphore ) ) macro
179 count = uxSemaphoreGetCount(sem->sem); in util_semaphore_count_get()
49 if (*lock && uxSemaphoreGetCount((xSemaphoreHandle)(*lock)) == 0) { in gcov_stub_lock_try_acquire_recursive()
385 + Added the uxSemaphoreGetCount() API function.