reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
111 d->creation_tid = thr->tid;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp567 Trace *thr_trace = ThreadTrace(thr->tid); 582 Event *events = (Event*)GetThreadTrace(thr->tid);projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
147 if (s->owner_tid != thr->tid) { 174 s->owner_tid = thr->tid; 176 } else if (s->owner_tid == thr->tid) { 222 if (!SANITIZER_GO && (s->recursion == 0 || s->owner_tid != thr->tid)) { 354 } else if (s->owner_tid == thr->tid) {projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
98 thr->shadow_stack = &ThreadTrace(thr->tid)->shadow_stack[0]; 234 u32 parent_tid = thr ? thr->tid : kInvalidTid; // No parent for GCD workers. 285 ctx->thread_registry->FinishThread(thr->tid); 323 ctx->thread_registry->SetThreadName(thr->tid, name);projects/compiler-rt/lib/tsan/rtl/tsan_sync.cpp
66 b->tid = thr->tid;