|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h 711 u32 CurrentStackId(ThreadState *thr, uptr pc);
References
projects/compiler-rt/lib/tsan/rtl/tsan_fd.cpp 112 d->creation_stack = CurrentStackId(thr, pc);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp 1052 thr->mop_ignore_set.Add(CurrentStackId(thr, pc));
1082 thr->sync_ignore_set.Add(CurrentStackId(thr, pc));
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp 38 u32 Unwind() override { return CurrentStackId(thr, pc); }
76 s->creation_stack_id = CurrentStackId(thr, pc);
470 thr->last_sleep_stack_id = CurrentStackId(thr, pc);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp 63 creation_stack_id = CurrentStackId(args->thr, args->pc);
projects/compiler-rt/lib/tsan/rtl/tsan_sync.cpp 33 creation_stack_id = CurrentStackId(thr, pc);
67 b->stk = CurrentStackId(thr, pc);