Searched refs:prvTraceStoreEvent_HandleParamParam (Results 1 – 2 of 2) sorted by relevance
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/include/ |
D | trcKernelPort.h | 2505 …prvTraceStoreEvent_HandleParamParam(PSF_EVENT_QUEUE_PEEK, (void*)(pxQueue), xTicksToWait, (pxQueue… 2509 …prvTraceStoreEvent_HandleParamParam(PSF_EVENT_QUEUE_RECEIVE, (void*)(pxQueue), xTicksToWait, (pxQu… 2516 …prvTraceStoreEvent_HandleParamParam(PSF_EVENT_SEMAPHORE_PEEK, (void*)(pxQueue), xTicksToWait, (pxQ… 2520 …prvTraceStoreEvent_HandleParamParam(PSF_EVENT_SEMAPHORE_TAKE, (void*)(pxQueue), xTicksToWait, (pxQ… 2537 …prvTraceStoreEvent_HandleParamParam(isQueueReceiveHookActuallyPeek ? PSF_EVENT_QUEUE_PEEK_FAILED :… 2541 …prvTraceStoreEvent_HandleParamParam(isQueueReceiveHookActuallyPeek ? PSF_EVENT_SEMAPHORE_PEEK_FAIL… 2557 …prvTraceStoreEvent_HandleParamParam(isQueueReceiveHookActuallyPeek ? PSF_EVENT_QUEUE_PEEK_BLOCK : … 2561 …prvTraceStoreEvent_HandleParamParam(isQueueReceiveHookActuallyPeek ? PSF_EVENT_SEMAPHORE_PEEK_BLOC… 2579 …prvTraceStoreEvent_HandleParamParam(PSF_EVENT_QUEUE_PEEK_FAILED, (void*)(pxQueue), xTicksToWait, (… 2583 …prvTraceStoreEvent_HandleParamParam(PSF_EVENT_SEMAPHORE_PEEK_FAILED, (void*)(pxQueue), xTicksToWai… [all …]
|
/TraceRecorderSource-3.4.0/include/ |
D | trcRecorder.h | 84 #define prvTraceStoreEvent_HandleParamParam(...) macro 1808 #define prvTraceStoreEvent_HandleParamParam(_eventID, _handle, _param1, _param2) \ macro
|