/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
D | 2-2.c | 222 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()
|
D | 4-1.c | 234 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()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_atfork() function:
|
D | 2-1.c | 35 ret = pthread_atfork(NULL, NULL, NULL); in main()
|
D | 1-1.c | 69 if (pthread_atfork(prepare_handler, parent_handler, child_handler) != 0) { in main()
|
D | 3-2.c | 184 ret = pthread_atfork(prepare, parent, child); in main()
|
D | 1-2.c | 196 ret = pthread_atfork(prepare, parent, child); in main()
|
D | 3-3.c | 188 ret = pthread_atfork(prepare, parent, child); in test()
|
/third_party/musl/libc-test/ |
D | README-HowtoRun.md | 60 # ./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/ |
D | pthread_atfork.c | 95 ret = pthread_atfork(prepare, parent, child); in pthread_atfork_0100() 131 int ret = pthread_atfork(NULL, NULL, NULL); in pthread_atfork_0200()
|
D | test_src_functionalext_supplement_thread.gni | 64 "pthread_atfork",
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_fork_prepare.pod | 34 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/ |
D | TODO-unix.txt | 4 pthread_atfork
|
/third_party/musl/libc-test/src/regression/ |
D | pthread_atfork-errno-clobber.c | 20 pthread_atfork(handler_errno, handler_errno, handler_errno); in main()
|
D | test_src_regression.gni | 42 "pthread_atfork-errno-clobber",
|
/third_party/FreeBSD/lib/libc/gen/ |
D | arc4random.h | 43 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f))
|
D | arc4random.c | 48 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f))
|
/third_party/musl/src/thread/ |
D | pthread_atfork.c | 34 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) in pthread_atfork() function
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.threads | 70 pthread_atfork YES LOW
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 196 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 203 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 203 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 203 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 55 {int(*p)(void(*)(void),void(*)(void),void(*)(void)) = pthread_atfork;} in f()
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 86 #define pthread_atfork _pthread_atfork macro
|