Searched refs:ThreadTrace (Results 1 – 4 of 4) sorted by relevance
91 thr->shadow_stack = &ThreadTrace(thr->tid)->shadow_stack[0]; in OnStarted()113 Trace *thr_trace = ThreadTrace(thr->tid); in OnStarted()
71 new(ThreadTrace(tid)) Trace(); in CreateThreadContext()460 Trace *thr_trace = ThreadTrace(thr->tid); in TraceSwitch()470 Trace *ThreadTrace(int tid) { in ThreadTrace() function
691 Trace *ThreadTrace(int tid);
403 Trace* trace = ThreadTrace(tctx->tid); in RestoreStack()