Lines Matching refs:TaskHandle_t
323 TaskHandle_t xTaskCreateStatic(TaskFunction_t pxTaskCode, in xTaskCreateStatic()
395 TaskHandle_t * const pxCreatedTask) in xTaskCreate()
487 void vTaskDelete(TaskHandle_t xTask) in vTaskDelete()
533 TaskHandle_t xTaskGetCurrentTaskHandle(void) in xTaskGetCurrentTaskHandle()
543 void vTaskSuspend(TaskHandle_t xTaskToSuspend) in vTaskSuspend()
562 void vTaskResume(TaskHandle_t xTaskToResume) in vTaskResume()
576 BaseType_t xTaskResumeFromISR(TaskHandle_t xTaskToResume) in xTaskResumeFromISR()
586 BaseType_t xTaskAbortDelay(TaskHandle_t xTask) in xTaskAbortDelay()
604 UBaseType_t uxTaskPriorityGet(const TaskHandle_t xTask) in uxTaskPriorityGet()
628 UBaseType_t uxTaskPriorityGetFromISR(const TaskHandle_t xTask) in uxTaskPriorityGetFromISR()
634 void vTaskPrioritySet(TaskHandle_t xTask, in vTaskPrioritySet()
662 char *pcTaskGetName(TaskHandle_t xTaskToQuery) in pcTaskGetName()
684 eTaskState eTaskGetState(TaskHandle_t xTask) in eTaskGetState()
753 BaseType_t xTaskNotifyGive(TaskHandle_t xTaskToNotify) in xTaskNotifyGive()
761 void vTaskNotifyGiveFromISR(TaskHandle_t xTaskToNotify, in vTaskNotifyGiveFromISR()
881 BaseType_t xTaskNotify(TaskHandle_t xTaskToNotify, in xTaskNotify()
891 BaseType_t xTaskNotifyFromISR(TaskHandle_t xTaskToNotify, in xTaskNotifyFromISR()
903 BaseType_t xTaskNotifyAndQuery(TaskHandle_t xTaskToNotify, in xTaskNotifyAndQuery()
996 BaseType_t xTaskNotifyAndQueryFromISR(TaskHandle_t xTaskToNotify, in xTaskNotifyAndQueryFromISR()
1010 BaseType_t xTaskNotifyStateClear(TaskHandle_t xTask) in xTaskNotifyStateClear()
1047 uint32_t ulTaskNotifyValueClear(TaskHandle_t xTask, in ulTaskNotifyValueClear()
1448 TaskHandle_t xSemaphoreGetMutexHolder(SemaphoreHandle_t xMutex) in xSemaphoreGetMutexHolder()
1456 TaskHandle_t xSemaphoreGetMutexHolderFromISR(SemaphoreHandle_t xMutex) in xSemaphoreGetMutexHolderFromISR()