Home
last modified time | relevance | path

Searched defs:xHandle (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.5.0/components/freertos/include/freertos/
Dcroutine.h269 #define crSET_STATE0( xHandle ) \ argument
272 #define crSET_STATE1( xHandle ) \ argument
328 #define crDELAY( xHandle, xTicksToDelay ) \ argument
424 #define crQUEUE_SEND( xHandle, pxQueue, pvItemToQueue, xTicksToWait, pxResult ) \ argument
522 #define crQUEUE_RECEIVE( xHandle, pxQueue, pvBuffer, xTicksToWait, pxResult ) \ argument
Dtask.h158 …TaskHandle_t xHandle; /* The handle of the task to which the rest of th… member
/hal_espressif-3.5.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.c75 U32 xHandle; member
137 void SYSVIEW_AddTask(U32 xHandle, const char* pcTaskName, unsigned uxCurrentPriority, U32 pxStack,… in SYSVIEW_AddTask()
171 void SYSVIEW_UpdateTask(U32 xHandle, const char* pcTaskName, unsigned uxCurrentPriority, U32 pxStac… in SYSVIEW_UpdateTask()
202 void SYSVIEW_DeleteTask(U32 xHandle) { in SYSVIEW_DeleteTask()
/hal_espressif-3.5.0/components/freertos/
Dqueue.c166 QueueHandle_t xHandle; member
758 QueueHandle_t xHandle = NULL; in xQueueCreateCountingSemaphoreStatic() local
787 QueueHandle_t xHandle = NULL; in xQueueCreateCountingSemaphore() local
/hal_espressif-3.5.0/components/pthread/
Dpthread.c206 TaskHandle_t xHandle = NULL; in pthread_create() local