Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/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);
/freebsd-12.1/contrib/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc271 ThreadIgnoreSyncBegin(thr, 0); in __tsan_go_ignore_sync_begin()