Searched refs:ThreadIgnoreSyncBegin (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface_ann.cpp | 396 ThreadIgnoreSyncBegin(thr, pc); in AnnotateIgnoreSyncBegin() 481 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_lock() 508 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_unlock() 523 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_signal() 545 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_post_divert()
|
| H A D | tsan_rtl.cpp | 571 ThreadIgnoreSyncBegin(thr, pc); in ForkChildAfter() 1103 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() function
|
| H A D | tsan_rtl_thread.cpp | 268 ThreadIgnoreSyncBegin(thr, 0); in ThreadStart()
|
| H A D | tsan_rtl.h | 742 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 285 ThreadIgnoreSyncBegin(thr, 0); in __tsan_go_ignore_sync_begin()
|