| /freebsd-13.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() 150 struct pthread_atfork *af; in thr_fork_impl()
|
| 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-13.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-13.1/crypto/openssl/crypto/ |
| H A D | threads_pthread.c | 189 pthread_atfork(OPENSSL_fork_prepare, in fork_once_func()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
| H A D | guarded_pool_allocator_posix.cpp | 109 pthread_atfork(Disable, Enable, Enable); in installAtFork()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libuutil/ |
| H A D | uu_misc.c | 253 (void) pthread_atfork(uu_lockup, uu_release, uu_release_child); in uu_init()
|
| H A D | libuutil.abi | 2108 <function-decl name='pthread_atfork' visibility='default' binding='global' size-in-bits='64'>
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 384 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), in INTERCEPTOR() argument 391 #define LSAN_MAYBE_INTERCEPT_PTHREAD_ATFORK INTERCEPT_FUNCTION(pthread_atfork)
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 9 pthread_atfork;
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 597 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), in INTERCEPTOR() argument 696 ASAN_INTERCEPT_FUNC(pthread_atfork); in InitializeAsanInterceptors()
|
| /freebsd-13.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-13.1/include/ |
| H A D | pthread.h | 151 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | Symbol.map | 7 pthread_atfork;
|
| H A D | _pthread_stubs.c | 257 STUB_FUNC3(pthread_atfork, PJT_ATFORK, int, void *, void *, void*)
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Log.cpp | 184 pthread_atfork(nullptr, nullptr, &Log::DisableLoggingChild); in Initialize()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | wrappers_c.inc | 154 pthread_atfork(SCUDO_PREFIX(malloc_disable), SCUDO_PREFIX(malloc_enable),
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 375 pthread_atfork.3 \
|
| /freebsd-13.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-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 85 extern "C" int pthread_atfork(void (*prepare)(void), void (*parent)(void), 2900 if (pthread_atfork(atfork_prepare, atfork_parent, atfork_child)) { in InitializeInterceptors()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 1313 int status = pthread_atfork(__kmp_atfork_prepare, __kmp_atfork_parent, in __kmp_register_atfork()
|
| /freebsd-13.1/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 1588 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent, in malloc_init_hard_recursible()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2532 fun:pthread_atfork=uninstrumented
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | advanced.md | 938 handlers registered with `pthread_atfork(3)`.
|