Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/test/
Dtest_freertos_backported_functions.c133 …TEST_ASSERT_EQUAL_PTR((void *)xTaskGetCurrentTaskHandle(), xSemaphoreGetMutexHolder(handle)); //…
136 …TEST_ASSERT_EQUAL_PTR(NULL, xSemaphoreGetMutexHolder(handle)); //Mutex should have been relea…
145 …TEST_ASSERT_EQUAL_PTR((void *)xTaskGetCurrentTaskHandle(), xSemaphoreGetMutexHolder(handle)); //…
150 …TEST_ASSERT_EQUAL_PTR(NULL, xSemaphoreGetMutexHolder(handle)); //Mutex should have been relea…
/hal_espressif-2.7.6/components/freertos/include/freertos/
Dsemphr.h1070 #define xSemaphoreGetMutexHolder( xSemaphore ) xQueueGetMutexHolder( ( xSemaphore ) ) macro
/hal_espressif-2.7.6/components/pthread/
Dpthread.c617 (xSemaphoreGetMutexHolder(mux->sem) == xTaskGetCurrentTaskHandle())) { in pthread_mutex_lock_internal()
707 (xSemaphoreGetMutexHolder(mux->sem) != xTaskGetCurrentTaskHandle())) { in pthread_mutex_unlock()
/hal_espressif-2.7.6/components/newlib/
Dlocks.c106 configASSERT(xSemaphoreGetMutexHolder(h) == NULL); /* mutex should not be held */ in _lock_close()
/hal_espressif-2.7.6/components/freertos/
DHistory.txt1110 + Introduced the xSemaphoreGetMutexHolder() API function.