Searched refs:post_fork_parent (Results 1 – 1 of 1) sorted by relevance
3096 static void post_fork_parent(void) { RELEASE_LOCK(&(gm)->mutex); } in post_fork_parent() function3164 pthread_atfork(&pre_fork, &post_fork_parent, &post_fork_child); in init_mparams()3198 pthread_atfork(&pre_fork, &post_fork_parent, &post_fork_child); in init_mparams()