Home
last modified time | relevance | path

Searched defs:pxHigherPriorityTaskWoken (Results 1 – 6 of 6) sorted by relevance

/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/
A Dtimers.h919 #define xTimerStartFromISR(xTimer, pxHigherPriorityTaskWoken) \ argument
988 #define xTimerStopFromISR(xTimer, pxHigherPriorityTaskWoken) \ argument
1070 xTimer, xNewPeriod, pxHigherPriorityTaskWoken) \ argument
1164 #define xTimerResetFromISR(xTimer, pxHigherPriorityTaskWoken) \ argument
A Dqueue.h1025 xQueue, pvItemToQueue, pxHigherPriorityTaskWoken) \ argument
1101 xQueue, pvItemToQueue, pxHigherPriorityTaskWoken) \ argument
1196 xQueue, pvItemToQueue, pxHigherPriorityTaskWoken) \ argument
1275 #define xQueueSendFromISR(xQueue, pvItemToQueue, pxHigherPriorityTaskWoken) \ argument
A Dtask.h2082 xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken) \ argument
2094 pxHigherPriorityTaskWoken) \ argument
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/
A Dtimers.c437 BaseType_t *const pxHigherPriorityTaskWoken, in xTimerGenericCommand()
1120 BaseType_t *pxHigherPriorityTaskWoken) in xTimerPendFunctionCallFromISR()
A Dqueue.c991 BaseType_t *const pxHigherPriorityTaskWoken, in xQueueGenericSendFromISR()
1132 BaseType_t *const pxHigherPriorityTaskWoken) in xQueueGiveFromISR()
1721 BaseType_t *const pxHigherPriorityTaskWoken) in xQueueReceiveFromISR()
A Dtasks.c4966 BaseType_t *pxHigherPriorityTaskWoken) in xTaskGenericNotifyFromISR()
5085 BaseType_t *pxHigherPriorityTaskWoken) in vTaskNotifyGiveFromISR()

Completed in 26 milliseconds