Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/ARM_TFM/
HDos_wrapper_freertos.c47 SemaphoreHandle_t xMutexHandle = NULL; in os_wrapper_mutex_create()
65 xRet = xSemaphoreTake( ( SemaphoreHandle_t ) handle, in os_wrapper_mutex_acquire()
83 xRet = xSemaphoreGive( ( SemaphoreHandle_t ) handle ); in os_wrapper_mutex_release()
94 vSemaphoreDelete( ( SemaphoreHandle_t ) handle ); in os_wrapper_mutex_delete()
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
HDportclib.c41 typedef SemaphoreHandle_t _Rmtx;
144 static SemaphoreHandle_t xClibMutex;
HDxtensa_overlay_os_hook.c42 static SemaphoreHandle_t xt_overlay_mutex;
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
HDxtensa_overlay_os_hook.c41 static SemaphoreHandle_t xt_overlay_mutex;
/Kernel-v10.6.2/include/
HDsemphr.h38 typedef QueueHandle_t SemaphoreHandle_t; typedef
HDFreeRTOS.h1089 #define xSemaphoreHandle SemaphoreHandle_t