Searched refs:ThreadIgnoreSyncEnd (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interface_ann.cpp | 296 ThreadIgnoreSyncEnd(thr); in AnnotateIgnoreSyncEnd() 378 ThreadIgnoreSyncEnd(thr); in __tsan_mutex_post_lock() 406 ThreadIgnoreSyncEnd(thr); in __tsan_mutex_post_unlock() 420 ThreadIgnoreSyncEnd(thr); in __tsan_mutex_post_signal() 428 ThreadIgnoreSyncEnd(thr); in __tsan_mutex_pre_divert()
|
H A D | tsan_rtl.cpp | 722 void ThreadIgnoreSyncEnd(ThreadState *thr) { in ThreadIgnoreSyncEnd() function
|
H A D | tsan_rtl.h | 531 void ThreadIgnoreSyncEnd(ThreadState *thr);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_interface_ann.cc | 405 ThreadIgnoreSyncEnd(thr, pc); in AnnotateIgnoreSyncEnd() 491 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_post_lock() 519 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_post_unlock() 533 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_post_signal() 541 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_pre_divert()
|
H A D | tsan_rtl.h | 758 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc);
|
H A D | tsan_rtl.cc | 1054 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_interface_ann.cc | 407 ThreadIgnoreSyncEnd(thr, pc); in AnnotateIgnoreSyncEnd() 493 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_post_lock() 521 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_post_unlock() 535 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_post_signal() 543 ThreadIgnoreSyncEnd(thr, pc); in __tsan_mutex_pre_divert()
|
H A D | tsan_rtl.h | 762 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc);
|
H A D | tsan_rtl.cc | 1058 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/ |
H A D | tsan_go.cc | 275 ThreadIgnoreSyncEnd(thr, 0); in __tsan_go_ignore_sync_end()
|