Home
last modified time | relevance | path

Searched refs:pthread_atfork (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/lib/libthr/thread/
H A Dthr_fork.c76 __weak_reference(_thr_atfork, pthread_atfork);
85 struct pthread_atfork *af; in _thr_atfork()
89 if ((af = malloc(sizeof(struct pthread_atfork))) == NULL) in _thr_atfork()
109 struct pthread_atfork *af, *af1; in __pthread_cxa_finalize()
149 struct pthread_atfork *af; in thr_fork_impl()
H A Dthr_private.h84 typedef TAILQ_HEAD(atfork_head, pthread_atfork) atfork_head;
255 struct pthread_atfork { struct
256 TAILQ_ENTRY(pthread_atfork) qe;
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOPENSSL_fork_prepare.pod34 Platforms with fork(2) but without pthread_atfork(3) will probably need
42 according to the calling sequence described by the pthread_atfork(3)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp113 pthread_atfork(Disable, Enable, Enable); in installAtFork()
/freebsd-14.2/sys/contrib/openzfs/lib/libuutil/
H A Duu_misc.c253 (void) pthread_atfork(uu_lockup, uu_release, uu_release_child); in uu_init()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp177 pthread_atfork( in InstallAtForkHandler()
H A Dasan_interceptors.cpp729 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), in INTERCEPTOR() argument
842 ASAN_INTERCEPT_FUNC(pthread_atfork); in InitializeAsanInterceptors()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp121 pthread_atfork( in InstallAtForkHandler()
H A Dlsan_interceptors.cpp394 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), in INTERCEPTOR() argument
401 #define LSAN_MAYBE_INTERCEPT_PTHREAD_ATFORK INTERCEPT_FUNCTION(pthread_atfork)
/freebsd-14.2/lib/libthr/
H A Dpthread.map8 pthread_atfork;
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h67 #undef pthread_atfork
H A Dnamespace.h86 #define pthread_atfork _pthread_atfork macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp317 pthread_atfork( in InstallAtForkHandler()
/freebsd-14.2/include/
H A Dpthread.h152 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
/freebsd-14.2/lib/libc/gen/
H A DSymbol.map3 pthread_atfork;
H A D_pthread_stubs.c256 STUB_FUNC3(pthread_atfork, PJT_ATFORK, int, void *, void *, void*)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp547 pthread_atfork( in HwasanInstallAtForkHandler()
/freebsd-14.2/share/man/man3/
H A DMakefile396 pthread_atfork.3 \
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc243 pthread_atfork(SCUDO_PREFIX(malloc_disable), SCUDO_PREFIX(malloc_enable),
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc482 ASSERT_EQ(0, pthread_atfork(&SetPthreadFlag, nullptr, nullptr)); in TEST_F()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp93 extern "C" int pthread_atfork(void (*prepare)(void), void (*parent)(void),
3028 if (pthread_atfork(atfork_prepare, atfork_parent, atfork_child)) { in InitializeInterceptors()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1364 int status = pthread_atfork(__kmp_atfork_prepare, __kmp_atfork_parent, in __kmp_register_atfork()
/freebsd-14.2/contrib/jemalloc/src/
H A Djemalloc.c1588 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent, in malloc_init_hard_recursible()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2538 fun:pthread_atfork=uninstrumented
/freebsd-14.2/contrib/googletest/docs/
H A Dadvanced.md638 handlers registered with `pthread_atfork(3)`.

12