Searched refs:ThreadIgnoreSyncBegin (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface_ann.cc | 402 ThreadIgnoreSyncBegin(thr, pc); in AnnotateIgnoreSyncBegin() 487 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_lock() 514 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_unlock() 529 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_signal() 551 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_post_divert()
|
| H A D | tsan_rtl.cc | 514 ThreadIgnoreSyncBegin(thr, pc); in ForkChildAfter() 1048 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() function
|
| H A D | tsan_rtl_thread.cc | 271 ThreadIgnoreSyncBegin(thr, 0); in ThreadStart()
|
| H A D | tsan_rtl.h | 761 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cc | 271 ThreadIgnoreSyncBegin(thr, 0); in __tsan_go_ignore_sync_begin()
|