Lines Matching defs:thr
49 ThreadState *thr; member
81 ThreadState *thr; member
185 static void ThreadCheckIgnore(ThreadState *thr) { in ThreadCheckIgnore()
194 static void ThreadCheckIgnore(ThreadState *thr) {} in ThreadCheckIgnore()
197 void ThreadFinalize(ThreadState *thr) { in ThreadFinalize()
215 int ThreadCount(ThreadState *thr) { in ThreadCount()
221 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate()
232 void ThreadStart(ThreadState *thr, int tid, uptr os_id) { in ThreadStart()
277 void ThreadFinish(ThreadState *thr) { in ThreadFinish()
297 int ThreadTid(ThreadState *thr, uptr pc, uptr uid) { in ThreadTid()
303 void ThreadJoin(ThreadState *thr, uptr pc, int tid) { in ThreadJoin()
310 void ThreadDetach(ThreadState *thr, uptr pc, int tid) { in ThreadDetach()
316 void ThreadSetName(ThreadState *thr, const char *name) { in ThreadSetName()
320 void MemoryAccessRange(ThreadState *thr, uptr pc, uptr addr, in MemoryAccessRange()