Home
last modified time | relevance | path

Searched defs:xMutex (Results 1 – 3 of 3) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/src/
Dapp_rtos_cfg.c143 SemaphoreHandle_t *xMutex = (SemaphoreHandle_t *)(mutex); in app_driver_mutex_init() local
162 SemaphoreHandle_t xMutex = (SemaphoreHandle_t)mutex; in app_driver_mutex_pend() local
193 SemaphoreHandle_t xMutex = (SemaphoreHandle_t)mutex; in app_driver_mutex_post() local
/device/soc/esp/esp32/components/osal/include/esp_osal/
Dsemphr.h367 #define xSemaphoreTakeRecursive( xMutex, xBlockTime ) xQueueTakeMutexRecursive( ( xMutex ), ( xBloc… argument
525 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) ) argument
/device/soc/esp/esp32/components/osal/
Dqueue.c608 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) in xQueueGiveMutexRecursive()
659 BaseType_t xQueueTakeMutexRecursive( QueueHandle_t xMutex, TickType_t xTicksToWait ) in xQueueTakeMutexRecursive()