Searched refs:pthread_atfork (Results 1 – 6 of 6) sorted by relevance
4 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) { in pthread_atfork() function
177 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
82 /* Defined if pthread_atfork(3) is available. */
1426 JE_COMPILABLE([pthread_atfork(3)], [1429 pthread_atfork((void *)0, (void *)0, (void *)0);
1253 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent, in malloc_init_hard_recursible()
48 $(LOCAL_DIR)/pthread/pthread_atfork.c \
Completed in 19 milliseconds