Lines Matching full:pre_fork
3095 static void pre_fork(void) { ACQUIRE_LOCK(&(gm)->mutex); }3164 pthread_atfork(&pre_fork, &post_fork_parent, &post_fork_child);3198 pthread_atfork(&pre_fork, &post_fork_parent, &post_fork_child);