Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libthr/thread/
H A Dthr_fork.c79 __weak_reference(_thr_atfork, pthread_atfork);
86 struct pthread_atfork *af; in _thr_atfork()
90 if ((af = malloc(sizeof(struct pthread_atfork))) == NULL) in _thr_atfork()
110 struct pthread_atfork *af, *af1; in __pthread_cxa_finalize()
141 struct pthread_atfork *af; in __thr_fork()
H A Dthr_private.h87 typedef TAILQ_HEAD(atfork_head, pthread_atfork) atfork_head;
258 struct pthread_atfork { struct
259 TAILQ_ENTRY(pthread_atfork) qe;
/freebsd-12.1/crypto/openssl/doc/man3/
H A DOPENSSL_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-12.1/crypto/openssl/crypto/
H A Dthreads_pthread.c189 pthread_atfork(OPENSSL_fork_prepare, in fork_once_func()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c249 (void) pthread_atfork(uu_lockup, uu_release, uu_release_child); in uu_init()
/freebsd-12.1/lib/libthr/
H A Dpthread.map9 pthread_atfork;
/freebsd-12.1/include/
H A Dpthread.h151 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
/freebsd-12.1/lib/libc/include/
H A Dnamespace.h88 #define pthread_atfork _pthread_atfork macro
H A Dun-namespace.h69 #undef pthread_atfork
/freebsd-12.1/lib/libc/gen/
H A DSymbol.map7 pthread_atfork;
H A D_pthread_stubs.c255 STUB_FUNC3(pthread_atfork, PJT_ATFORK, int, void *, void *, void*)
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLog.cpp186 pthread_atfork(nullptr, nullptr, &Log::DisableLoggingChild); in Initialize()
/freebsd-12.1/share/man/man3/
H A DMakefile244 pthread_atfork.3 \
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc469 ASSERT_EQ(0, pthread_atfork(&SetPthreadFlag, NULL, NULL)); in TEST_F()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dz_Linux_util.cpp1366 int status = pthread_atfork(__kmp_atfork_prepare, __kmp_atfork_parent, in __kmp_register_atfork()
/freebsd-12.1/contrib/jemalloc/src/
H A Djemalloc.c1359 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent, in malloc_init_hard_recursible()
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2532 fun:pthread_atfork=uninstrumented
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dadvanced.md938 handlers registered with `pthread_atfork(3)`.