Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2291 void atfork_prepare() { in atfork_prepare() function
3065 if (pthread_atfork(atfork_prepare, atfork_parent, atfork_child)) { in InitializeInterceptors()