Searched refs:isPendingContextSwitch (Results 1 – 3 of 3) sorted by relevance
42 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()
54 int32_t isPendingContextSwitch = 0; variable762 …isPendingContextSwitch |= 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()
41 int32_t isPendingContextSwitch; /**< */ member