Lines Matching refs:TaskHandle_t
320 TaskHandle_t xTaskCreateStatic(TaskFunction_t pxTaskCode, in xTaskCreateStatic()
392 TaskHandle_t * const pxCreatedTask) in xTaskCreate()
484 void vTaskDelete(TaskHandle_t xTask) in vTaskDelete()
530 TaskHandle_t xTaskGetCurrentTaskHandle(void) in xTaskGetCurrentTaskHandle()
540 void vTaskSuspend(TaskHandle_t xTaskToSuspend) in vTaskSuspend()
559 void vTaskResume(TaskHandle_t xTaskToResume) in vTaskResume()
573 BaseType_t xTaskResumeFromISR(TaskHandle_t xTaskToResume) in xTaskResumeFromISR()
583 BaseType_t xTaskAbortDelay(TaskHandle_t xTask) in xTaskAbortDelay()
601 UBaseType_t uxTaskPriorityGet(const TaskHandle_t xTask) in uxTaskPriorityGet()
625 UBaseType_t uxTaskPriorityGetFromISR(const TaskHandle_t xTask) in uxTaskPriorityGetFromISR()
631 void vTaskPrioritySet(TaskHandle_t xTask, in vTaskPrioritySet()
659 char *pcTaskGetName(TaskHandle_t xTaskToQuery) in pcTaskGetName()
681 eTaskState eTaskGetState(TaskHandle_t xTask) in eTaskGetState()
750 BaseType_t xTaskNotifyGive(TaskHandle_t xTaskToNotify) in xTaskNotifyGive()
758 void vTaskNotifyGiveFromISR(TaskHandle_t xTaskToNotify, in vTaskNotifyGiveFromISR()
878 BaseType_t xTaskNotify(TaskHandle_t xTaskToNotify, in xTaskNotify()
888 BaseType_t xTaskNotifyFromISR(TaskHandle_t xTaskToNotify, in xTaskNotifyFromISR()
900 BaseType_t xTaskNotifyAndQuery(TaskHandle_t xTaskToNotify, in xTaskNotifyAndQuery()
993 BaseType_t xTaskNotifyAndQueryFromISR(TaskHandle_t xTaskToNotify, in xTaskNotifyAndQueryFromISR()
1007 BaseType_t xTaskNotifyStateClear(TaskHandle_t xTask) in xTaskNotifyStateClear()
1044 uint32_t ulTaskNotifyValueClear(TaskHandle_t xTask, in ulTaskNotifyValueClear()
1445 TaskHandle_t xSemaphoreGetMutexHolder(SemaphoreHandle_t xMutex) in xSemaphoreGetMutexHolder()
1453 TaskHandle_t xSemaphoreGetMutexHolderFromISR(SemaphoreHandle_t xMutex) in xSemaphoreGetMutexHolderFromISR()