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

  /external/bluetooth/glib/tests/refcount/
objects.c 135 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL);
138 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL);
signals.c 261 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL);
264 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL);
properties.c 228 thread = g_thread_create ((GThreadFunc) run_thread, test, TRUE, NULL);
  /external/bluetooth/glib/glib/
gthread.h 52 typedef gpointer (*GThreadFunc) (gpointer data);
66 GThreadFunc func;
98 void (*thread_create) (GThreadFunc func,
221 GThread* g_thread_create_full (GThreadFunc func,
324 gpointer g_once_impl (GOnce *once, GThreadFunc func, gpointer arg);
gthread.c 110 (void(*)(GThreadFunc, gpointer, gulong,
177 GThreadFunc func,
641 g_thread_create_full (GThreadFunc func,
  /external/bluetooth/glib/gthread/
gthread-win32.c 85 GThreadFunc func;
488 g_thread_create_win32_impl (GThreadFunc func,
gthread-posix.c 302 g_thread_create_posix_impl (GThreadFunc thread_func,
  /external/bluetooth/glib/gio/fen/
fen-helper.c 227 g_once (&fen_init_once, (GThreadFunc)fen_init_once_func, NULL);
  /external/bluetooth/glib/gio/
gunionvolumemonitor.c 483 g_once (&once_init, (GThreadFunc)get_default_native_class, &type_class);

Completed in 270 milliseconds