Searched refs:child_watch_source (Results 1 – 1 of 1) sorted by relevance
3530 GChildWatchSource *child_watch_source; in g_child_watch_check() local3533 child_watch_source = (GChildWatchSource *) source; in g_child_watch_check()3535 child_exited = child_watch_source->poll.revents & G_IO_IN; in g_child_watch_check()3547 if (!GetExitCodeProcess (child_watch_source->pid, &child_status)) in g_child_watch_check()3553 child_watch_source->child_status = -1; in g_child_watch_check()3556 child_watch_source->child_status = child_status; in g_child_watch_check()3567 GChildWatchSource *child_watch_source; in check_for_child_exited() local3573 child_watch_source = (GChildWatchSource *) source; in check_for_child_exited()3575 if (child_watch_source->child_exited) in check_for_child_exited()3578 if (child_watch_source->count < count) in check_for_child_exited()[all …]