Home
last modified time | relevance | path

Searched refs:taskSELECT_HIGHEST_PRIORITY_TASK (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/freertos/
Dtasks.c149 #define taskSELECT_HIGHEST_PRIORITY_TASK() taskSelectHighestPriorityTaskSMP() macro
151 #define taskSELECT_HIGHEST_PRIORITY_TASK() \ macro
188 #define taskSELECT_HIGHEST_PRIORITY_TASK() \ macro
3519taskSELECT_HIGHEST_PRIORITY_TASK(); /*lint !e9079 void * is used as this macro is used with timers… in vTaskSwitchContext()