Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/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-3.4.0/components/freertos/include/freertos/
Dsemphr.h1167 #define xSemaphoreGetMutexHolder( xSemaphore ) xQueueGetMutexHolder( ( xSemaphore ) ) macro
/hal_espressif-3.4.0/components/pthread/
Dpthread.c611 (xSemaphoreGetMutexHolder(mux->sem) == xTaskGetCurrentTaskHandle())) { in pthread_mutex_lock_internal()
701 (xSemaphoreGetMutexHolder(mux->sem) != xTaskGetCurrentTaskHandle())) { in pthread_mutex_unlock()
/hal_espressif-3.4.0/components/newlib/
Dlocks.c107 configASSERT(xSemaphoreGetMutexHolder(h) == NULL); /* mutex should not be held */ in _lock_close()
/hal_espressif-3.4.0/components/freertos/
DHistory.txt1253 + Introduced the xSemaphoreGetMutexHolder() API function.