OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_channels
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/tests/
timeloop.c
141
GIOChannel *
out_channels
[2];
local
144
io_pipe (
out_channels
);
151
g_io_channel_close (
out_channels
[1]);
153
g_io_add_watch (
out_channels
[0], G_IO_IN | G_IO_HUP,
159
g_io_channel_close (
out_channels
[0]);
163
run_child (in_channels[0],
out_channels
[1]);
timeloop-closure.c
142
GIOChannel *
out_channels
[2];
local
146
io_pipe (
out_channels
);
153
g_io_channel_close (
out_channels
[1]);
155
source = g_io_create_watch (
out_channels
[0], G_IO_IN | G_IO_HUP);
163
g_io_channel_close (
out_channels
[0]);
167
run_child (in_channels[0],
out_channels
[1]);
mainloop-test.c
269
GIOChannel *
out_channels
[2];
local
276
io_pipe (
out_channels
);
279
sub_channels[1] =
out_channels
[1];
294
g_io_add_watch (
out_channels
[0], G_IO_IN | G_IO_HUP,
Completed in 251 milliseconds