Home
last modified time | relevance | path

Searched defs:pthread_atfork (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_private.h221 struct pthread_atfork { struct
223 void (*prepare)(void);
224 void (*parent)(void);
225 void (*child)(void);
/dflybsd-src/lib/libc/include/
H A Dnamespace.h83 #define pthread_atfork _pthread_atfork macro