HomeSort by relevance Sort by last modified time
    Searched refs:g_child_watch_source_new (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/tests/
child-test.c 131 source = g_child_watch_source_new (pid);
  /external/bluetooth/glib/glib/
gmain.h 223 GSource *g_child_watch_source_new (GPid pid);
gmain.c 3779 g_child_watch_source_new (GPid pid) function
    [all...]
galiasdef.c 1439 #undef g_child_watch_source_new macro
    [all...]
galias.h 1433 #define g_child_watch_source_new macro
    [all...]
  /external/webkit/Source/WebKit2/Platform/gtk/
WorkQueueGtk.cpp 217 GRefPtr<GSource> dispatchSource = adoptGRef(g_child_watch_source_new(process));

Completed in 1018 milliseconds