Searched refs:pthread_atfork (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_fork.c | 79 __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 D | thr_private.h | 87 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 D | OPENSSL_fork_prepare.pod | 27 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 D | threads_pthread.c | 189 pthread_atfork(OPENSSL_fork_prepare, in fork_once_func()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libuutil/common/ |
| H A D | uu_misc.c | 249 (void) pthread_atfork(uu_lockup, uu_release, uu_release_child); in uu_init()
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 9 pthread_atfork;
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 151 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 88 #define pthread_atfork _pthread_atfork macro
|
| H A D | un-namespace.h | 69 #undef pthread_atfork
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | Symbol.map | 7 pthread_atfork;
|
| H A D | _pthread_stubs.c | 255 STUB_FUNC3(pthread_atfork, PJT_ATFORK, int, void *, void *, void*)
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Log.cpp | 186 pthread_atfork(nullptr, nullptr, &Log::DisableLoggingChild); in Initialize()
|
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 244 pthread_atfork.3 \
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | googletest-death-test-test.cc | 469 ASSERT_EQ(0, pthread_atfork(&SetPthreadFlag, NULL, NULL)); in TEST_F()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 1366 int status = pthread_atfork(__kmp_atfork_prepare, __kmp_atfork_parent, in __kmp_register_atfork()
|
| /freebsd-12.1/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 1359 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent, in malloc_init_hard_recursible()
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2532 fun:pthread_atfork=uninstrumented
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | advanced.md | 938 handlers registered with `pthread_atfork(3)`.
|