Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_fork.c90 struct pthread_atfork *af; in _pthread_atfork()
92 af = __malloc(sizeof(struct pthread_atfork)); in _pthread_atfork()
121 struct pthread_atfork *af; in _thr_atfork_kern()
123 af = __malloc(sizeof(struct pthread_atfork)); in _thr_atfork_kern()
138 struct pthread_atfork *af, *af1; in __pthread_cxa_finalize()
169 struct pthread_atfork *af; in _fork()
318 __strong_reference(_pthread_atfork, pthread_atfork);
H A Dthr_private.h94 typedef TAILQ_HEAD(atfork_head, pthread_atfork) atfork_head;
221 struct pthread_atfork { struct
222 TAILQ_ENTRY(pthread_atfork) qe;
/dragonfly/lib/libpthread/
H A DMakefile10 pthread_atfork.3 \
/dragonfly/include/
H A Dpthread.h138 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
/dragonfly/lib/libc/include/
H A Dnamespace.h83 #define pthread_atfork _pthread_atfork macro
H A Dun-namespace.h64 #undef pthread_atfork
/dragonfly/lib/libthread_xu/
H A Dpthread.map206 pthread_atfork;
/dragonfly/lib/libc/gen/
H A D_pthread_stubs.c57 WR(__atfork, pthread_atfork);
H A DSymbol.map26 pthread_atfork;
/dragonfly/crypto/libressl/
H A DChangeLog2588 2.0.2 - Address arc4random fork PID wraparound issues with pthread_atfork