Searched defs:xHandle (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.5.0/components/freertos/include/freertos/ |
D | croutine.h | 269 #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
|
D | task.h | 158 …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/ |
D | SEGGER_SYSVIEW_FreeRTOS.c | 75 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/ |
D | queue.c | 166 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/ |
D | pthread.c | 206 TaskHandle_t xHandle = NULL; in pthread_create() local
|