Home
last modified time | relevance | path

Searched refs:ThreadIgnoreSyncBegin (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface_ann.cpp291 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 Dtsan_rtl.cpp535 ThreadIgnoreSyncBegin(thr, pc); in ForkChildAfter()
712 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncBegin() function
H A Dtsan_rtl_thread.cpp173 ThreadIgnoreSyncBegin(thr, 0); in ThreadStart()
H A Dtsan_rtl.h530 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface_ann.cc400 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 Dtsan_rtl.cc510 ThreadIgnoreSyncBegin(thr, pc); in ForkChildAfter()
1044 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() function
H A Dtsan_rtl_thread.cc269 ThreadIgnoreSyncBegin(thr, 0); in ThreadStart()
H A Dtsan_rtl.h757 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface_ann.cc402 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 Dtsan_rtl.cc514 ThreadIgnoreSyncBegin(thr, pc); in ForkChildAfter()
1048 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() function
H A Dtsan_rtl_thread.cc271 ThreadIgnoreSyncBegin(thr, 0); in ThreadStart()
H A Dtsan_rtl.h761 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
H A Dtsan_go.cc271 ThreadIgnoreSyncBegin(thr, 0); in __tsan_go_ignore_sync_begin()