Searched defs:pxQueue (Results 1 – 2 of 2) sorted by relevance
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/include/ |
D | trcKernelPort.h | 652 #define TRACE_GET_QUEUE_FILTER(pxQueue) prvTraceGetQueueNumberHigh16((void*)pxQueue) argument 660 #define TRACE_SET_QUEUE_FILTER(pxQueue, group) prvTraceSetQueueNumberHigh16((void*)pxQueue, group) argument 1371 #define traceQUEUE_DELETE( pxQueue ) \ argument 1399 #define traceQUEUE_SEND( pxQueue ) \ argument 1405 #define traceQUEUE_SET_SEND( pxQueue ) \ argument 1411 #define traceQUEUE_SEND_FAILED( pxQueue ) \ argument 1416 #define traceBLOCKING_ON_QUEUE_SEND( pxQueue ) \ argument 1421 #define traceQUEUE_RECEIVE( pxQueue ) \ argument 1434 #define traceQUEUE_RECEIVE_FAILED( pxQueue ) \ argument 1446 #define traceBLOCKING_ON_QUEUE_RECEIVE( pxQueue ) \ argument [all …]
|
/TraceRecorderSource-3.4.0/kernelports/ThreadX/ |
D | trcKernelPortHooks.c | 423 void xTraceQueueCreateHook(UINT uiTxEventCode, TX_QUEUE *pxQueue, UINT uiMessageSize, VOID *pvQueue… in xTraceQueueCreateHook() 441 void xTraceQueueDeleteHook(UINT uiTxEventCode, TX_QUEUE *pxQueue) in xTraceQueueDeleteHook() 446 void xTraceQueueFlushHook(UINT uiTxEventCode, TX_QUEUE *pxQueue) in xTraceQueueFlushHook() 456 void xTraceQueueFrontSendHook(UINT uiTxEventCode, TX_QUEUE *pxQueue) in xTraceQueueFrontSendHook() 463 void xTraceQueueInfoGetHook(UINT uiTxEventCode, TX_QUEUE *pxQueue) in xTraceQueueInfoGetHook() 473 void xTraceQueuePerformanceInfoGetHook(UINT uiTxEventCode, TX_QUEUE *pxQueue) in xTraceQueuePerformanceInfoGetHook() 489 void xTraceQueuePrioritizeHook(UINT uiTxEventCode, TX_QUEUE *pxQueue) in xTraceQueuePrioritizeHook() 511 void xTraceQueueSendNotifyHook(UINT uiTxEventCode, TX_QUEUE *pxQueue) in xTraceQueueSendNotifyHook()
|