Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcISR.c40 pxCoreData->isPendingContextSwitch = 0u; in xTraceISRInitialize()
125 pxCoreData->isPendingContextSwitch = 0u; in xTraceISRBegin()
169 pxCoreData->isPendingContextSwitch |= (uint32_t)xIsTaskSwitchRequired; in xTraceISREnd()
179 …if ((pxCoreData->isPendingContextSwitch == 0U) || (xTraceKernelPortIsSchedulerSuspended() == 1U)) … in xTraceISREnd()
DtrcSnapshotRecorder.c55 int32_t isPendingContextSwitch = 0; variable
763isPendingContextSwitch |= pendingISR; /* Is there a pending context switch right now? If so, we wi… in xTraceISREnd()
771 else if ((isPendingContextSwitch == 0) || (xTraceKernelPortIsSchedulerSuspended())) in xTraceISREnd()
2200 extern int32_t isPendingContextSwitch; in prvTraceStoreTaskswitch()
2212 isPendingContextSwitch = 0; in prvTraceStoreTaskswitch()
/percepio-3.5.0/TraceRecorder/include/
DtrcISR.h41 uint32_t isPendingContextSwitch; /**< */ member