Searched refs:isPendingContextSwitch (Results 1 – 2 of 2) sorted by relevance
236 int32_t isPendingContextSwitch TRC_CFG_RECORDER_DATA_ATTRIBUTE;694 isPendingContextSwitch = 0; in vTraceStoreISRBegin()744 isPendingContextSwitch |= isTaskSwitchRequired; in vTraceStoreISREnd()760 if ((isPendingContextSwitch == 0) || (prvTraceIsSchedulerSuspended())) in vTraceStoreISREnd()880 isPendingContextSwitch = 0; in vTraceInitialize()
53 int32_t isPendingContextSwitch = 0; variable781 …isPendingContextSwitch |= pendingISR; /* Is there a pending context switch right now? If so, we wi… in vTraceStoreISREnd()789 else if ((isPendingContextSwitch == 0) || (prvTraceIsSchedulerSuspended())) in vTraceStoreISREnd()2182 extern int32_t isPendingContextSwitch; in prvTraceStoreTaskswitch()2194 isPendingContextSwitch = 0; in prvTraceStoreTaskswitch()