Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp396 ThreadIgnoreSyncBegin(thr, pc); in AnnotateIgnoreSyncBegin()
481 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_lock()
508 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_unlock()
523 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_pre_signal()
545 ThreadIgnoreSyncBegin(thr, pc, /*save_stack=*/false); in __tsan_mutex_post_divert()
H A Dtsan_rtl.cpp571 ThreadIgnoreSyncBegin(thr, pc); in ForkChildAfter()
1103 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() function
H A Dtsan_rtl_thread.cpp268 ThreadIgnoreSyncBegin(thr, 0); in ThreadStart()
H A Dtsan_rtl.h742 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp285 ThreadIgnoreSyncBegin(thr, 0); in __tsan_go_ignore_sync_begin()