Searched refs:ThreadIgnoreSyncEnd (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cpp | 406 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()
|
D | tsan_rtl.h | 769 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc);
|
D | tsan_rtl.cpp | 1100 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd() function
|
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 271 ThreadIgnoreSyncEnd(thr, 0); in __tsan_go_ignore_sync_end()
|
/external/llvm-project/compiler-rt/lib/tsan/go/ |
D | tsan_go.cpp | 289 ThreadIgnoreSyncEnd(thr, 0); in __tsan_go_ignore_sync_end()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cc | 406 ThreadIgnoreSyncEnd(thr, pc); in AnnotateIgnoreSyncEnd()
|
D | tsan_rtl.h | 703 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc);
|
D | tsan_rtl.cc | 997 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd() function
|