Searched refs:post_fork_child (Results 1 – 1 of 1) sorted by relevance
3097 static void post_fork_child(void) { INITIAL_LOCK(&(gm)->mutex); } in post_fork_child() 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()