Lines Matching defs:thr
49 ThreadState *thr; member
74 ThreadState *thr; member
186 static void ThreadCheckIgnore(ThreadState *thr) { in ThreadCheckIgnore()
195 static void ThreadCheckIgnore(ThreadState *thr) {} in ThreadCheckIgnore()
198 void ThreadFinalize(ThreadState *thr) { in ThreadFinalize()
216 int ThreadCount(ThreadState *thr) { in ThreadCount()
222 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate()
231 void ThreadStart(ThreadState *thr, int tid, uptr os_id) { in ThreadStart()
274 void ThreadFinish(ThreadState *thr) { in ThreadFinish()
294 int ThreadTid(ThreadState *thr, uptr pc, uptr uid) { in ThreadTid()
300 void ThreadJoin(ThreadState *thr, uptr pc, int tid) { in ThreadJoin()
307 void ThreadDetach(ThreadState *thr, uptr pc, int tid) { in ThreadDetach()
313 void ThreadSetName(ThreadState *thr, const char *name) { in ThreadSetName()
317 void MemoryAccessRange(ThreadState *thr, uptr pc, uptr addr, in MemoryAccessRange()