Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDtimers.h884 #define xTimerStartFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument
948 #define xTimerStopFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument
1022 #define xTimerChangePeriodFromISR( xTimer, xNewPeriod, pxHigherPriorityTaskWoken ) \ argument
1109 #define xTimerResetFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument
HDqueue.h1037 #define xQueueSendToFrontFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument
1109 #define xQueueSendToBackFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument
1197 #define xQueueOverwriteFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument
1272 #define xQueueSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument
HDmessage_buffer.h481 …MessageBufferSendFromISR( xMessageBuffer, pvTxData, xDataLengthBytes, pxHigherPriorityTaskWoken ) \ argument
672 …geBufferReceiveFromISR( xMessageBuffer, pvRxData, xBufferLengthBytes, pxHigherPriorityTaskWoken ) \ argument
837 #define xMessageBufferSendCompletedFromISR( xMessageBuffer, pxHigherPriorityTaskWoken ) \ argument
878 #define xMessageBufferReceiveCompletedFromISR( xMessageBuffer, pxHigherPriorityTaskWoken ) \ argument
HDtask.h2314 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument
2316 …tifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument
2343 …ify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ) \ argument
2345 …omISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ) \ argument
2621 #define vTaskNotifyGiveFromISR( xTaskToNotify, pxHigherPriorityTaskWoken ) \ argument
2623 #define vTaskNotifyGiveIndexedFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) \ argument
HDsemphr.h640 #define xSemaphoreGiveFromISR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueGiveFromISR( ( Queu… argument
675 #define xSemaphoreTakeFromISR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueReceiveFromISR( ( Q… argument
HDevent_groups.h603 #define xEventGroupSetBitsFromISR( xEventGroup, uxBitsToSet, pxHigherPriorityTaskWoken ) \ argument
HDmpu_prototypes.h64 BaseType_t * pxHigherPriorityTaskWoken; member
/Kernel-v10.6.2/
HDstream_buffer.c97 pxHigherPriorityTaskWoken ) \ argument
118pxHigherPriorityTaskWoken ) \ argument
130 #define prvRECEIVE_COMPLETED_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument
174 #define sbSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument
195 …#define prvSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) … argument
207 #define prvSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument
804 BaseType_t * const pxHigherPriorityTaskWoken ) in xStreamBufferSendFromISR()
1049 BaseType_t * const pxHigherPriorityTaskWoken ) in xStreamBufferReceiveFromISR()
1215 BaseType_t * pxHigherPriorityTaskWoken ) in xStreamBufferSendCompletedFromISR()
1246 BaseType_t * pxHigherPriorityTaskWoken ) in xStreamBufferReceiveCompletedFromISR()
HDtimers.c389 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommand()
1068 BaseType_t * pxHigherPriorityTaskWoken ) in xTimerPendFunctionCallFromISR()
HDqueue.c1098 BaseType_t * const pxHigherPriorityTaskWoken, in xQueueGenericSendFromISR()
1262 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueGiveFromISR()
1933 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueReceiveFromISR()
HDevent_groups.c755 BaseType_t * pxHigherPriorityTaskWoken ) in xEventGroupSetBitsFromISR()
HDtasks.c5045 BaseType_t * pxHigherPriorityTaskWoken ) in xTaskGenericNotifyFromISR()
5181 BaseType_t * pxHigherPriorityTaskWoken ) in vTaskGenericNotifyGiveFromISR()
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers_v2.c2049BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xTaskGenericNotifyFromISR()
2077BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_vTaskGenericNotifyGiveFromISR()
3011 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xQueueGenericSendFromISR()
3036BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGiveFromISR()
3085BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueReceiveFromISR()
3376 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommand()
4191BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupSetBitsFromISR()
4710BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xStreamBufferSendFromISR()
4735BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xStreamBufferReceiveFromISR()
4758BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xStreamBufferSendCompletedFromISR()
[all …]
HDmpu_wrappers.c1953 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommand()