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

/external/bluetooth/glib/glib/
H A Dgmain.c282 static gint child_watch_wake_up_pipe[2] = {0, 0}; variable
3643 write (child_watch_wake_up_pipe[1], "B", 1);
3680 read (child_watch_wake_up_pipe[0], b, 20);
3708 if (pipe (child_watch_wake_up_pipe) < 0)
3710 fcntl (child_watch_wake_up_pipe[1], F_SETFL, O_NONBLOCK | fcntl (child_watch_wake_up_pipe[1], F_GETFL));

Completed in 69 milliseconds