Searched refs:g_child_watch_source_new (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/tests/
H A Dchild-test.c131 source = g_child_watch_source_new (pid);
/external/bluetooth/glib/glib/
H A Dgmain.h223 GSource *g_child_watch_source_new (GPid pid);
H A Dgmain.c3750 * g_child_watch_source_new:
3769 * Note further that using g_child_watch_source_new() is not
3779 g_child_watch_source_new (GPid pid) function
3823 * g_child_watch_source_new() and attaches it to the main loop context
3843 source = g_child_watch_source_new (pid);
3877 * g_child_watch_source_new() and attaches it to the main loop context
H A Dgaliasdef.c1439 #undef g_child_watch_source_new macro
1440 extern __typeof (g_child_watch_source_new) g_child_watch_source_new __attribute((alias("IA__g_child_watch_source_new"), visibility("default")));
H A Dgalias.h1432 extern __typeof (g_child_watch_source_new) IA__g_child_watch_source_new __attribute((visibility("hidden")));
1433 #define g_child_watch_source_new IA__g_child_watch_source_new macro

Completed in 47 milliseconds