Home
last modified time | relevance | path

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

123

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
D2-2.c222 ret = pthread_atfork(NULL, NULL, NULL); in main()
229 ret = pthread_atfork(p1, NULL, NULL); in main()
236 ret = pthread_atfork(NULL, pa2, NULL); in main()
243 ret = pthread_atfork(NULL, NULL, c3); in main()
250 ret = pthread_atfork(p4, pa4, NULL); in main()
257 ret = pthread_atfork(p5, NULL, c5); in main()
264 ret = pthread_atfork(NULL, pa6, c6); in main()
D4-1.c234 ret = pthread_atfork(pre1, par1, chi1); in main()
240 ret = pthread_atfork(pre2, par2, chi2); in main()
246 ret = pthread_atfork(pre3, par3, chi3); in main()
Dcoverage.txt1 This document defines the coverage for the pthread_atfork() function:
D2-1.c35 ret = pthread_atfork(NULL, NULL, NULL); in main()
D1-1.c69 if (pthread_atfork(prepare_handler, parent_handler, child_handler) != 0) { in main()
D3-2.c184 ret = pthread_atfork(prepare, parent, child); in main()
D1-2.c196 ret = pthread_atfork(prepare, parent, child); in main()
D3-3.c188 ret = pthread_atfork(prepare, parent, child); in test()
/third_party/musl/libc-test/
DREADME-HowtoRun.md60 # ./runtest -w '' pthread_atfork-errno-clobber
61 …../../third_party/musl/libc-test/src/regression/pthread_atfork-errno-clobber.c:23: (pid = fork()) …
62 FAIL pthread_atfork-errno-clobber [status 1]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_atfork.c95 ret = pthread_atfork(prepare, parent, child); in pthread_atfork_0100()
131 int ret = pthread_atfork(NULL, NULL, NULL); in pthread_atfork_0200()
Dtest_src_functionalext_supplement_thread.gni64 "pthread_atfork",
/third_party/openssl/doc/man3/
DOPENSSL_fork_prepare.pod34 Platforms with fork(2) but without pthread_atfork(3) will probably need
42 according to the calling sequence described by the pthread_atfork(3)
/third_party/rust/crates/libc/libc-test/semver/
DTODO-unix.txt4 pthread_atfork
/third_party/musl/libc-test/src/regression/
Dpthread_atfork-errno-clobber.c20 pthread_atfork(handler_errno, handler_errno, handler_errno); in main()
Dtest_src_regression.gni42 "pthread_atfork-errno-clobber",
/third_party/FreeBSD/lib/libc/gen/
Darc4random.h43 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f))
Darc4random.c48 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f))
/third_party/musl/src/thread/
Dpthread_atfork.c34 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) in pthread_atfork() function
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads70 pthread_atfork YES LOW
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h196 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h203 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h203 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h203 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
/third_party/musl/libc-test/src/api/
Dpthread.c55 {int(*p)(void(*)(void),void(*)(void),void(*)(void)) = pthread_atfork;} in f()
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h86 #define pthread_atfork _pthread_atfork macro

123