Home
last modified time | relevance | path

Searched refs:GThreadFunc (Results 1 – 11 of 11) sorted by relevance

/external/bluetooth/glib/glib/
Dgthread.h52 typedef gpointer (*GThreadFunc) (gpointer data); typedef
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);
Dgthread.c110 (void(*)(GThreadFunc, gpointer, gulong,
177 GThreadFunc func, in g_once_impl()
641 g_thread_create_full (GThreadFunc func, in g_thread_create_full()
/external/bluetooth/glib/tests/refcount/
Dobjects.c135 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL); in main()
138 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL); in main()
Dsignals.c261 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL); in main()
264 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL); in main()
Dproperties.c228 thread = g_thread_create ((GThreadFunc) run_thread, test, TRUE, NULL); in main()
/external/bluetooth/glib/gthread/
Dgthread-win32.c85 GThreadFunc func;
488 g_thread_create_win32_impl (GThreadFunc func, in g_thread_create_win32_impl()
Dgthread-posix.c302 g_thread_create_posix_impl (GThreadFunc thread_func, in g_thread_create_posix_impl()
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt99 GThreadFunc func
Dglib-sections.txt545 GThreadFunc
/external/bluetooth/glib/gio/fen/
Dfen-helper.c227 g_once (&fen_init_once, (GThreadFunc)fen_init_once_func, NULL); in fen_init()
/external/bluetooth/glib/gio/
Dgunionvolumemonitor.c483 g_once (&once_init, (GThreadFunc)get_default_native_class, &type_class); in get_native_class()