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