Home
last modified time | relevance | path

Searched refs:ThreadIgnoreSyncEnd (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cpp406 ThreadIgnoreSyncEnd(thr, pc); in AnnotateIgnoreSyncEnd()
492 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_post_lock()
520 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_post_unlock()
534 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_post_signal()
542 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_pre_divert()
Dtsan_rtl.h769 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc);
Dtsan_rtl.cpp1100 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd() function
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc271 ThreadIgnoreSyncEnd(thr, 0); in __tsan_go_ignore_sync_end()
/external/llvm-project/compiler-rt/lib/tsan/go/
Dtsan_go.cpp289 ThreadIgnoreSyncEnd(thr, 0); in __tsan_go_ignore_sync_end()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc406 ThreadIgnoreSyncEnd(thr, pc); in AnnotateIgnoreSyncEnd()
Dtsan_rtl.h703 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc);
Dtsan_rtl.cc997 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd() function