Home
last modified time | relevance | path

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

12

/freebsd-13-stable/lib/libthr/thread/
HDthr_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()
HDthr_private.h84 typedef TAILQ_HEAD(atfork_head, pthread_atfork) atfork_head;
255 struct pthread_atfork { struct
256 TAILQ_ENTRY(pthread_atfork) qe;
/freebsd-13-stable/crypto/openssl/doc/man3/
HDOPENSSL_fork_prepare.pod27 Platforms with fork(2) but without pthread_atfork(3) will probably need
35 according to the calling sequence described by the pthread_atfork(3)
/freebsd-13-stable/crypto/openssl/crypto/
HDthreads_pthread.c189 pthread_atfork(OPENSSL_fork_prepare, in fork_once_func()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
HDguarded_pool_allocator_posix.cpp113 pthread_atfork(Disable, Enable, Enable); in installAtFork()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_posix.cpp177 pthread_atfork( in InstallAtForkHandler()
HDasan_interceptors.cpp752 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), argument
870 ASAN_INTERCEPT_FUNC(pthread_atfork);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_posix.cpp121 pthread_atfork( in InstallAtForkHandler()
HDlsan_interceptors.cpp396 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), in INTERCEPTOR() argument
403 #define LSAN_MAYBE_INTERCEPT_PTHREAD_ATFORK INTERCEPT_FUNCTION(pthread_atfork)
/freebsd-13-stable/sys/contrib/openzfs/lib/libuutil/
HDuu_misc.c253 (void) pthread_atfork(uu_lockup, uu_release, uu_release_child); in uu_init()
/freebsd-13-stable/lib/libthr/
HDpthread.map8 pthread_atfork;
/freebsd-13-stable/lib/libc/include/
HDnamespace.h86 #define pthread_atfork _pthread_atfork macro
HDun-namespace.h67 #undef pthread_atfork
/freebsd-13-stable/include/
HDpthread.h149 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_linux.cpp319 pthread_atfork( in InstallAtForkHandler()
/freebsd-13-stable/lib/libc/gen/
HDSymbol.map6 pthread_atfork;
HD_pthread_stubs.c257 STUB_FUNC3(pthread_atfork, PJT_ATFORK, int, void *, void *, void*)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_linux.cpp557 pthread_atfork( in HwasanInstallAtForkHandler()
/freebsd-13-stable/share/man/man3/
HDMakefile390 pthread_atfork.3 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDwrappers_c.inc243 pthread_atfork(SCUDO_PREFIX(malloc_disable), SCUDO_PREFIX(malloc_enable),
/freebsd-13-stable/contrib/googletest/googletest/test/
HDgoogletest-death-test-test.cc486 ASSERT_EQ(0, pthread_atfork(&SetPthreadFlag, nullptr, nullptr)); in TEST_F()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp93 extern "C" int pthread_atfork(void (*prepare)(void), void (*parent)(void),
3065 if (pthread_atfork(atfork_prepare, atfork_parent, atfork_child)) { in InitializeInterceptors()
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDz_Linux_util.cpp1392 int status = pthread_atfork(__kmp_atfork_prepare, __kmp_atfork_parent, in __kmp_register_atfork()
/freebsd-13-stable/contrib/jemalloc/src/
HDjemalloc.c1588 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent, in malloc_init_hard_recursible()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2538 fun:pthread_atfork=uninstrumented

12