Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcISR.c42 pxCoreInfo->isPendingContextSwitch = 0; in xTraceISRInitialize()
129 pxCoreInfo->isPendingContextSwitch = 0; in xTraceISRBegin()
176 pxCoreInfo->isPendingContextSwitch |= xIsTaskSwitchRequired; in xTraceISREnd()
197 if ((pxCoreInfo->isPendingContextSwitch == 0) || (xTraceKernelPortIsSchedulerSuspended())) in xTraceISREnd()
DtrcSnapshotRecorder.c54 int32_t isPendingContextSwitch = 0; variable
762isPendingContextSwitch |= pendingISR; /* Is there a pending context switch right now? If so, we wi… in xTraceISREnd()
770 else if ((isPendingContextSwitch == 0) || (xTraceKernelPortIsSchedulerSuspended())) in xTraceISREnd()
2199 extern int32_t isPendingContextSwitch; in prvTraceStoreTaskswitch()
2211 isPendingContextSwitch = 0; in prvTraceStoreTaskswitch()
/TraceRecorderSource-3.4.0/include/
DtrcISR.h41 int32_t isPendingContextSwitch; /**< */ member