Searched refs:pthread_atfork (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/lib/libc/gen/ |
| D | pthread_atfork.c | 52 __weak_alias(pthread_atfork, _pthread_atfork) in __weak_alias() argument 169 pthread_atfork(void (*prepare)(void), void (*parent)(void), in pthread_atfork() function
|
| D | Makefile.inc | 27 posix_spawn_fileactions.c posix_spawnp.c psignal.c pthread_atfork.c \ 84 psignal.3 pwcache.3 pthread_atfork.3 \
|
| D | arc4random.c | 657 if (pthread_atfork(&arc4random_atfork_prepare, in arc4random_initialize()
|
| /netbsd/src/external/cddl/osnet/dist/lib/libuutil/common/ |
| D | uu_misc.c | 250 (void) pthread_atfork(uu_lockup, uu_release, uu_release_child); in uu_init()
|
| /netbsd/src/lib/libpthread/ |
| D | pthread_tsd.c | 96 pthread_atfork(pthread_tsd_prefork, pthread_tsd_postfork, in pthread_tsd_init()
|
| D | pthread.h | 46 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
|
| D | pthread.c | 301 pthread_atfork(pthread__prefork, pthread__fork_parent, pthread__fork_child); in pthread__init()
|
| /netbsd/src/include/ |
| D | unistd.h | 219 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 576 #define pthread_atfork _pthread_atfork macro
|
| /netbsd/src/doc/ |
| D | CHANGES | 707 allocation, pthread_atfork, etc). [riastradh 20250311]
|
| /netbsd/src/external/gpl3/gcc/dist/config/ |
| D | tcl.m4 | 664 AC_CHECK_FUNCS(pthread_atfork)
|
| /netbsd/src/external/gpl3/gdb/dist/config/ |
| D | tcl.m4 | 664 AC_CHECK_FUNCS(pthread_atfork)
|
| /netbsd/src/external/gpl3/binutils/dist/config/ |
| D | tcl.m4 | 664 AC_CHECK_FUNCS(pthread_atfork)
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 9998 ./usr/share/man/cat3/pthread_atfork.0 comp-c-catman .cat 18547 ./usr/share/man/html3/pthread_atfork.html comp-c-htmlman html 27088 ./usr/share/man/man3/pthread_atfork.3 comp-c-man .man
|