|
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 768 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
References
projects/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp 401 ThreadIgnoreSyncBegin(thr, pc);
486 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false);
513 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false);
528 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false);
550 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp 521 ThreadIgnoreSyncBegin(thr, pc);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp 272 ThreadIgnoreSyncBegin(thr, 0);