Home
last modified time | relevance | path

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

/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/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h171 #define pthread_atfork(F1,F2,F3) 0 macro