Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgmain.c5207 GChildWatchSource *child_watch_source; in g_child_watch_check() local
5210 child_watch_source = (GChildWatchSource *) source; in g_child_watch_check()
5212 child_exited = child_watch_source->poll.revents & G_IO_IN; in g_child_watch_check()
5224 if (!GetExitCodeProcess (child_watch_source->pid, &child_status)) in g_child_watch_check()
5230 child_watch_source->child_status = -1; in g_child_watch_check()
5233 child_watch_source->child_status = child_status; in g_child_watch_check()
5380 GChildWatchSource *child_watch_source; in g_child_watch_prepare() local
5382 child_watch_source = (GChildWatchSource *) source; in g_child_watch_prepare()
5384 return g_atomic_int_get (&child_watch_source->child_exited); in g_child_watch_prepare()
5390 GChildWatchSource *child_watch_source; in g_child_watch_check() local
[all …]