Home
last modified time | relevance | path

Searched refs:ForkChildAfter (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h494 void ForkChildAfter(ThreadState *thr, uptr pc, bool start_thread);
H A Dtsan_interceptors_posix.cpp2312 ForkChildAfter(thr, pc, true); in atfork_child()
2352 ForkChildAfter(thr, pc, false); in TSAN_INTERCEPTOR()
2706 ForkChildAfter(thr, pc, true); in syscall_post_fork()
H A Dtsan_rtl.cpp854 void ForkChildAfter(ThreadState* thr, uptr pc, bool start_thread) { in ForkChildAfter() function