Searched defs:post_fork_child (Results 1 - 1 of 1) sorted by relevance

/external/dlmalloc/
H A Dmalloc.c3097 static void post_fork_child(void) { INITIAL_LOCK(&(gm)->mutex); } function
3164 pthread_atfork(&pre_fork, &post_fork_parent, &post_fork_child);
3198 pthread_atfork(&pre_fork, &post_fork_parent, &post_fork_child);

Completed in 261 milliseconds