Lines Matching refs:Tid
135 Tid tid;
201 const Tid tid;
236 explicit ThreadState(Tid tid);
266 explicit ThreadContext(Tid tid);
409 void AddMemoryAccess(uptr addr, uptr external_tag, Shadow s, Tid tid,
413 void AddThread(Tid tid, bool suppressable = false);
414 void AddUniqueTid(Tid unique_tid);
558 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
559 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id,
562 Tid ThreadConsumeTid(ThreadState *thr, uptr pc, uptr uid);
563 void ThreadJoin(ThreadState *thr, uptr pc, Tid tid);
564 void ThreadDetach(ThreadState *thr, uptr pc, Tid tid);
569 void ThreadNotJoined(ThreadState *thr, uptr pc, Tid tid, uptr uid);
695 AccessType typ, Tid *ptid, VarSizeStackTrace *pstk,