Home
last modified time | relevance | path

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

12345678910>>...87

/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_atfork/
H A D2-2.c240 ret = pthread_atfork( NULL, NULL, NULL ); in main()
247 ret = pthread_atfork( p1, NULL, NULL ); in main()
254 ret = pthread_atfork( NULL, pa2, NULL ); in main()
261 ret = pthread_atfork( NULL, NULL, c3 ); in main()
268 ret = pthread_atfork( p4, pa4, NULL ); in main()
275 ret = pthread_atfork( p5, NULL, c5 ); in main()
282 ret = pthread_atfork( NULL, pa6, c6 ); in main()
H A D4-1.c240 ret = pthread_atfork( pre1, par1, chi1 ); in main()
247 ret = pthread_atfork( pre2, par2, chi2 ); in main()
254 ret = pthread_atfork( pre3, par3, chi3 ); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dpthread_atfork.texi1 @node pthread_atfork
2 @section @code{pthread_atfork}
3 @findex pthread_atfork
5 …ecification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_atfork.html}
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dpthread_atfork.texi1 @node pthread_atfork
2 @section @code{pthread_atfork}
3 @findex pthread_atfork
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_atfork
/dports/lang/spidermonkey78/firefox-78.9.0/build/build-clang/
H A Dtsan-hang-be41a98ac222.patch4 Subject: [PATCH] tsan: fix deadlock with pthread_atfork callbacks
9 A pthread_atfork callback triggers a data race
11 in the pthread_atfork callbacks to prevent the deadlock.
26 + // Ignore memory accesses in the pthread_atfork callbacks.
55 +// pthread_atfork() callback triggers a data race and we deadlocked
76 + pthread_atfork(atfork, NULL, NULL);
H A Dtsan-hang-be41a98ac222_clang_10.patch4 Subject: [PATCH] tsan: fix deadlock with pthread_atfork callbacks
9 A pthread_atfork callback triggers a data race
11 in the pthread_atfork callbacks to prevent the deadlock.
26 + // Ignore memory accesses in the pthread_atfork callbacks.
55 +// pthread_atfork() callback triggers a data race and we deadlocked
76 + pthread_atfork(atfork, NULL, NULL);
/dports/www/firefox-esr/firefox-91.8.0/build/build-clang/
H A Dtsan-hang-be41a98ac222.patch4 Subject: [PATCH] tsan: fix deadlock with pthread_atfork callbacks
9 A pthread_atfork callback triggers a data race
11 in the pthread_atfork callbacks to prevent the deadlock.
26 + // Ignore memory accesses in the pthread_atfork callbacks.
55 +// pthread_atfork() callback triggers a data race and we deadlocked
76 + pthread_atfork(atfork, NULL, NULL);
H A Dtsan-hang-be41a98ac222_clang_10.patch4 Subject: [PATCH] tsan: fix deadlock with pthread_atfork callbacks
9 A pthread_atfork callback triggers a data race
11 in the pthread_atfork callbacks to prevent the deadlock.
26 + // Ignore memory accesses in the pthread_atfork callbacks.
55 +// pthread_atfork() callback triggers a data race and we deadlocked
76 + pthread_atfork(atfork, NULL, NULL);
/dports/mail/thunderbird/thunderbird-91.8.0/build/build-clang/
H A Dtsan-hang-be41a98ac222.patch4 Subject: [PATCH] tsan: fix deadlock with pthread_atfork callbacks
9 A pthread_atfork callback triggers a data race
11 in the pthread_atfork callbacks to prevent the deadlock.
26 + // Ignore memory accesses in the pthread_atfork callbacks.
55 +// pthread_atfork() callback triggers a data race and we deadlocked
76 + pthread_atfork(atfork, NULL, NULL);
H A Dtsan-hang-be41a98ac222_clang_10.patch4 Subject: [PATCH] tsan: fix deadlock with pthread_atfork callbacks
9 A pthread_atfork callback triggers a data race
11 in the pthread_atfork callbacks to prevent the deadlock.
26 + // Ignore memory accesses in the pthread_atfork callbacks.
55 +// pthread_atfork() callback triggers a data race and we deadlocked
76 + pthread_atfork(atfork, NULL, NULL);
/dports/net/libnss-mysql/libnss-mysql-1.5/src/
H A Dnss_main.c174 int (*pthread_atfork)(); in _nss_mysql_pthread_once_init()
177 pthread_atfork = (int (*)(int))dlsym (RTLD_DEFAULT, "pthread_atfork"); in _nss_mysql_pthread_once_init() local
178 if (pthread_atfork) in _nss_mysql_pthread_once_init()
179 (*pthread_atfork) (_nss_mysql_atfork_prepare, _nss_mysql_atfork_parent, in _nss_mysql_pthread_once_init()
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dmaybe_threads.cc73 int pthread_atfork(void (*__prepare) (void),
171 if (pthread_atfork) { in perftools_pthread_atfork()
172 int rv = pthread_atfork(before, parent_after, child_after); in perftools_pthread_atfork()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dmaybe_threads.cc73 int pthread_atfork(void (*__prepare) (void),
171 if (pthread_atfork) { in perftools_pthread_atfork()
172 int rv = pthread_atfork(before, parent_after, child_after); in perftools_pthread_atfork()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dmaybe_threads.cc73 int pthread_atfork(void (*__prepare) (void),
171 if (pthread_atfork) { in perftools_pthread_atfork()
172 int rv = pthread_atfork(before, parent_after, child_after); in perftools_pthread_atfork()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dmaybe_threads.cc72 int pthread_atfork(void (*__prepare) (void),
167 if (pthread_atfork) { in perftools_pthread_atfork()
168 int rv = pthread_atfork(before, parent_after, child_after); in perftools_pthread_atfork()
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/pthread/
H A Dpthread_atfork.c58 extern int pthread_atfork (void (*prepare) (void), void (*parent) (void),
60 weak_alias (__pthread_atfork, pthread_atfork)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/pthread/
H A Dpthread_atfork.c58 extern int pthread_atfork (void (*prepare) (void), void (*parent) (void),
60 weak_alias (__pthread_atfork, pthread_atfork)
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/common/
H A Dopensslwrapper.cpp61 extern "C" int pthread_atfork(void (*prepare)(void), void (*parent)(void), void(*child)(void));
88 pthread_atfork( NULL, NULL, []{ arc4random_stir(); RAND_poll(); } ); in Initialize()
90 pthread_atfork( NULL, NULL, []{ RAND_poll(); } ); in Initialize()
/dports/devel/ivykis/ivykis-0.42.4/
H A Dconfigure.ac81 # On Linux, pthread_atfork() is provided not by libpthread.so, but by
83 # (for glibc <= 2.27), and using "#pragma weak pthread_atfork" will
84 # cause pthread_atfork to be undefined (and have an address of NULL)
98 # need to make note of this, to avoid marking pthread_atfork as weak.
99 # Also, if pthread_atfork is provided by libpthread_nonshared.a, we'll
103 AC_CHECK_LIB([c_nonshared], [pthread_atfork],
106 AC_CHECK_LIB([pthread_nonshared], [pthread_atfork])
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/ivykis/
H A Dconfigure.ac81 # On Linux, pthread_atfork() is provided not by libpthread.so, but by
83 # (for glibc <= 2.27), and using "#pragma weak pthread_atfork" will
84 # cause pthread_atfork to be undefined (and have an address of NULL)
98 # need to make note of this, to avoid marking pthread_atfork as weak.
99 # Also, if pthread_atfork is provided by libpthread_nonshared.a, we'll
103 AC_CHECK_LIB([c_nonshared], [pthread_atfork],
106 AC_CHECK_LIB([pthread_nonshared], [pthread_atfork])
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/replace/jemalloc/
H A Dmoz.build12 # Android doesn't have pthread_atfork, so just implement a dummy function.
17 'pthread_atfork.c',
/dports/devel/grpc/grpc-1.42.0/doc/
H A Dfork_support.md25 was due to ```pthread_atfork()``` handler that was added in 1.7 to partially
26 support forking in gRPC. A deadlock can happen when pthread_atfork
34 A ```pthread_atfork()``` handler was added in 1.7 to automatically shut down
/dports/devel/grpc130/grpc-1.30.2/doc/
H A Dfork_support.md25 was due to ```pthread_atfork()``` handler that was added in 1.7 to partially
26 support forking in gRPC. A deadlock can happen when pthread_atfork
34 A ```pthread_atfork()``` handler was added in 1.7 to automatically shut down
/dports/devel/grpc134/grpc-1.34.1/doc/
H A Dfork_support.md25 was due to ```pthread_atfork()``` handler that was added in 1.7 to partially
26 support forking in gRPC. A deadlock can happen when pthread_atfork
34 A ```pthread_atfork()``` handler was added in 1.7 to automatically shut down
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/doc/
H A Dfork_support.md25 was due to ```pthread_atfork()``` handler that was added in 1.7 to partially
26 support forking in gRPC. A deadlock can happen when pthread_atfork
34 A ```pthread_atfork()``` handler was added in 1.7 to automatically shut down

12345678910>>...87