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

  /external/webkit/Source/WebKit2/Platform/
PlatformProcessIdentifier.h 44 typedef void* GPid;
46 typedef int GPid;
48 typedef GPid PlatformProcessIdentifier;
  /external/bluetooth/glib/tests/
child-test.c 54 GPid
57 GPid pid;
93 child_watch_callback (GPid pid, gint status, gpointer data)
125 GPid pid;
150 GPid pid;
mapping-test.c 175 GPid child_pid;
  /external/bluetooth/glib/glib/
gspawn.h 92 GPid *child_pid,
105 GPid *child_pid,
135 void g_spawn_close_pid (GPid pid);
gmain.h 40 typedef void (*GChildWatchFunc) (GPid pid,
223 GSource *g_child_watch_source_new (GPid pid);
277 GPid pid,
281 guint g_child_watch_add (GPid pid,
gmain.c 190 GPid pid;
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/Launcher/gtk/
ProcessLauncherGtk.cpp 61 GPid pid = 0;
  /external/bluetooth/bluez/plugins/
pnat.c 74 GPid pnatd_pid;
147 static void pnatd_exit(GPid pid, gint status, gpointer user_data)
175 GPid pid;
  /external/bluetooth/glib/
glibconfig.h 215 /* A GPid is an abstraction for a process "handle". It is *not* an
216 * abstraction for a process identifier in general. GPid is used in
219 * but on Windows a GPid is a handle to a process, a kind of pointer,
222 typedef int GPid;
glibconfig.h.win32.in 244 /* A GPid is an abstraction for a process "handle". It is *not* an
245 * abstraction for a process identifier in general. GPid is used in
248 * but on Windows a GPid is a handle to a process, a kind of pointer,
251 typedef void * GPid;
  /external/bluetooth/glib/gio/
gunixmount.c 249 eject_unmount_cb (GPid pid, gint status, gpointer user_data)
325 GPid child_pid;
gunixvolume.c 297 eject_mount_cb (GPid pid, gint status, gpointer user_data)
377 GPid child_pid;
gdesktopappinfo.c     [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.cc 294 static void OnSetLayoutFinish(GPid pid, gint status, XKeyboard* self) {
  /external/webkit/Source/WebKit2/Platform/gtk/
WorkQueueGtk.cpp 84 static gboolean performWorkOnTermination(GPid, gint, EventSource* eventSource)
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 716 static void OnImeShutdown(GPid pid,
    [all...]

Completed in 281 milliseconds