Searched refs:GThreadFunc (Results 1 – 11 of 11) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gthread.h | 52 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);
|
D | gthread.c | 110 (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/ |
D | objects.c | 135 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()
|
D | signals.c | 261 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()
|
D | properties.c | 228 thread = g_thread_create ((GThreadFunc) run_thread, test, TRUE, NULL); in main()
|
/external/bluetooth/glib/gthread/ |
D | gthread-win32.c | 85 GThreadFunc func; 488 g_thread_create_win32_impl (GThreadFunc func, in g_thread_create_win32_impl()
|
D | gthread-posix.c | 302 g_thread_create_posix_impl (GThreadFunc thread_func, in g_thread_create_posix_impl()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-overrides.txt | 99 GThreadFunc func
|
D | glib-sections.txt | 545 GThreadFunc
|
/external/bluetooth/glib/gio/fen/ |
D | fen-helper.c | 227 g_once (&fen_init_once, (GThreadFunc)fen_init_once_func, NULL); in fen_init()
|
/external/bluetooth/glib/gio/ |
D | gunionvolumemonitor.c | 483 g_once (&once_init, (GThreadFunc)get_default_native_class, &type_class); in get_native_class()
|