Searched refs:ForkChildAfter (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl.h | 497 void ForkChildAfter(ThreadState *thr, uptr pc, bool start_thread);
|
| H A D | tsan_interceptors_posix.cpp | 2391 ForkChildAfter(thr, pc, true); in atfork_child() 2431 ForkChildAfter(thr, pc, false); in TSAN_INTERCEPTOR() 2785 ForkChildAfter(thr, pc, true); in syscall_post_fork()
|
| H A D | tsan_rtl.cpp | 876 void ForkChildAfter(ThreadState* thr, uptr pc, bool start_thread) { in ForkChildAfter() function
|