Home
last modified time | relevance | path

Searched refs:handle_child_stop (Results 1 – 1 of 1) sorted by relevance

/external/tlsdate/src/events/
Dsigchld.c83 handle_child_stop (struct state *state) in handle_child_stop() function
122 if (!handle_child_death (state) && !handle_child_stop (state)) in action_sigchld()
124 while (handle_child_death (state) || handle_child_stop (state)); in action_sigchld()