Lines Matching refs:ts
700 TSEvent* ts; in xTraceISRBegin() local
704 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in xTraceISRBegin()
705 if (ts != (void*)0) in xTraceISRBegin()
707 ts->type = TS_ISR_BEGIN; in xTraceISRBegin()
708 ts->dts = dts4; in xTraceISRBegin()
709 ts->objHandle = hnd8; in xTraceISRBegin()
728 TSEvent* ts; in xTraceISREnd() local
781 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in xTraceISREnd()
782 if (ts != (void*)0) in xTraceISREnd()
784 ts->type = type; in xTraceISREnd()
785 ts->objHandle = hnd8; in xTraceISREnd()
786 ts->dts = dts5; in xTraceISREnd()
2197 TSEvent* ts; in prvTraceStoreTaskswitch() local
2218 ts = (TSEvent*)prvTraceNextFreeEventBufferSlot(); in prvTraceStoreTaskswitch()
2220 if (ts != (void*)0) in prvTraceStoreTaskswitch()
2225 ts->type = TS_TASK_RESUME; in prvTraceStoreTaskswitch()
2229 ts->type = TS_TASK_BEGIN; in prvTraceStoreTaskswitch()
2232 ts->dts = dts3; in prvTraceStoreTaskswitch()
2233 ts->objHandle = hnd8; in prvTraceStoreTaskswitch()