Searched refs:ThreadIgnoreSyncBegin (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interface_ann.cpp | 291 ThreadIgnoreSyncBegin(thr, pc); in AnnotateIgnoreSyncBegin() 372 ThreadIgnoreSyncBegin(thr, 0); in __tsan_mutex_pre_lock() 399 ThreadIgnoreSyncBegin(thr, 0); in __tsan_mutex_pre_unlock() 414 ThreadIgnoreSyncBegin(thr, 0); in __tsan_mutex_pre_signal() 436 ThreadIgnoreSyncBegin(thr, 0); in __tsan_mutex_post_divert()
|
H A D | tsan_rtl.cpp | 535 ThreadIgnoreSyncBegin(thr, pc); in ForkChildAfter() 712 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncBegin() function
|
H A D | tsan_rtl_thread.cpp | 173 ThreadIgnoreSyncBegin(thr, 0); in ThreadStart()
|
H A D | tsan_rtl.h | 530 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_interface_ann.cc | 400 ThreadIgnoreSyncBegin(thr, pc); in AnnotateIgnoreSyncBegin() 485 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_lock() 512 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_unlock() 527 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_signal() 549 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_post_divert()
|
H A D | tsan_rtl.cc | 510 ThreadIgnoreSyncBegin(thr, pc); in ForkChildAfter() 1044 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() function
|
H A D | tsan_rtl_thread.cc | 269 ThreadIgnoreSyncBegin(thr, 0); in ThreadStart()
|
H A D | tsan_rtl.h | 757 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/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);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/ |
H A D | tsan_go.cc | 271 ThreadIgnoreSyncBegin(thr, 0); in __tsan_go_ignore_sync_begin()
|