Lines Matching defs:thr
47 ThreadState *thr; member
80 ThreadState *thr; member
194 static void ThreadCheckIgnore(ThreadState *thr) { in ThreadCheckIgnore()
203 static void ThreadCheckIgnore(ThreadState *thr) {} in ThreadCheckIgnore()
206 void ThreadFinalize(ThreadState *thr) { in ThreadFinalize()
224 int ThreadCount(ThreadState *thr) { in ThreadCount()
230 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate()
241 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread) { 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()