HomeSort by relevance Sort by last modified time
    Searched full:main_loop (Results 1 - 15 of 15) sorted by null

  /external/bluetooth/glib/tests/
child-test.c 47 GMainLoop *main_loop; variable
104 g_main_loop_quit (main_loop);
112 GMainLoop *main_loop = data; local
114 g_main_loop_quit (main_loop);
173 main_loop = g_main_loop_new (NULL, FALSE);
182 g_timeout_add (30000, quit_loop, main_loop);
196 g_main_loop_run (main_loop);
asyncqueue-test.c 32 static GMainLoop *main_loop = NULL; variable
97 g_main_loop_quit (main_loop);
189 main_loop = g_main_loop_new (NULL, FALSE);
190 g_main_loop_run (main_loop);
mainloop-test.c 33 GMainLoop *main_loop; variable
187 g_main_loop_quit (main_loop);
414 main_loop = g_main_loop_new (NULL, FALSE);
433 g_main_loop_run (main_loop);
434 g_main_loop_unref (main_loop);
gio-test.c 50 static GMainLoop *main_loop; variable
109 g_main_loop_quit (main_loop);
381 main_loop = g_main_loop_new (NULL, FALSE);
383 g_main_loop_run (main_loop);
threadpool-test.c 35 static GMainLoop *main_loop = NULL; variable
418 g_main_loop_quit (main_loop);
471 main_loop = g_main_loop_new (NULL, FALSE);
472 g_main_loop_run (main_loop);
  /external/bluetooth/bluez/test/
btiotest.c 470 static GMainLoop *main_loop; variable
498 g_main_loop_quit(main_loop);
546 main_loop = g_main_loop_new(NULL, FALSE);
548 g_main_loop_run(main_loop);
550 g_main_loop_unref(main_loop);
ipctest.c 123 static GMainLoop *main_loop; variable
815 g_main_loop_quit(main_loop);
952 g_main_loop_quit(main_loop);
970 g_main_loop_quit(main_loop);
1073 g_main_loop_quit(main_loop);
1083 assert(main_loop = g_main_loop_new(NULL, FALSE));
1104 g_main_loop_run(main_loop);
1115 g_main_loop_run(main_loop);
1122 g_main_loop_unref(main_loop);
apitest 203 self.main_loop.quit()
440 self.main_loop = gobject.MainLoop()
441 self.main_loop.run()
  /external/ping/
ping_common.h 194 extern void main_loop(int icmp_sock, __u8 *buf, int buflen) __attribute__((noreturn));
ping.c 572 void main_loop(int icmp_sock, __u8 *packet, int packlen) function
    [all...]
  /external/bluetooth/glib/
NEWS.pre-1-3 57 as prepare() are called while the main_loop lock is being held.
ChangeLog.pre-1-2 143 * gmain.c (g_main_iterate): Release the main_loop
468 be called within the main_loop lock (this wasn't really assured
489 outside of the main_loop lock.
964 semantic, (indeed, main_loop must be locked, when calling this
    [all...]
  /external/bluetooth/glib/glib/
gmain.c 269 G_LOCK_DEFINE_STATIC (main_loop); variable
533 G_LOCK (main_loop);
544 G_UNLOCK (main_loop);
    [all...]
  /external/qemu/
vl-android.c 4436 static void main_loop(void) function
    [all...]
vl.c 4500 static void main_loop(void) function
    [all...]

Completed in 357 milliseconds