Lines Matching defs:thr
114 ThreadState *thr; // currently wired thread, or nullptr member
143 ThreadState *thr; member
252 ThreadState *thr = reinterpret_cast<ThreadState *>(cur_thread_placeholder); in cur_thread_init() local
257 inline void set_cur_thread(ThreadState *thr) { in set_cur_thread()
268 ThreadState *thr; variable
477 #define GET_STACK_TRACE_FATAL(thr, pc) \ argument
536 void MemoryAccessRange(ThreadState *thr, uptr pc, uptr addr, uptr size, in MemoryAccessRange()
632 : thr_(thr), locked_(recursive ? thr->slot_locked : false) { in thr_() argument
657 SlotUnlocker(ThreadState *thr) : thr_(thr), locked_(thr->slot_locked) { in SlotUnlocker()
672 ALWAYS_INLINE void ProcessPendingSignals(ThreadState *thr) { in ProcessPendingSignals()
680 void LazyInitialize(ThreadState *thr) { in LazyInitialize()
699 ALWAYS_INLINE WARN_UNUSED_RESULT bool TraceAcquire(ThreadState *thr, in TraceAcquire()
729 ALWAYS_INLINE void TraceRelease(ThreadState *thr, EventT *evp) { in TraceRelease()
735 void TraceEvent(ThreadState *thr, EventT ev) { in TraceEvent()
780 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry()
796 void FuncExit(ThreadState *thr) { in FuncExit()