/external/bluetooth/glib/gobject/tests/ |
D | threadtests.c | 144 threads[0] = g_thread_create (tester_init_thread, (gpointer) my_tester0_get_type(), TRUE, NULL); in test_threaded_class_init() 145 threads[1] = g_thread_create (tester_init_thread, (gpointer) my_tester1_get_type(), TRUE, NULL); in test_threaded_class_init() 146 threads[2] = g_thread_create (tester_init_thread, (gpointer) my_tester2_get_type(), TRUE, NULL); in test_threaded_class_init() 220 creator = g_thread_create (object_create, NULL, TRUE, NULL); in test_threaded_object_init()
|
/external/bluetooth/glib/tests/ |
D | thread-test.c | 36 thread = g_thread_create (test_g_mutex_thread, GINT_TO_POINTER (42), in test_g_mutex() 82 thread = g_thread_create (test_g_static_rec_mutex_thread, in test_g_static_rec_mutex() 201 threads[i] = g_thread_create (test_g_static_private_thread, in test_g_static_private() 288 threads[i] = g_thread_create (test_g_static_rw_lock_thread, in test_g_static_rw_lock() 357 threads[i] = g_thread_create (test_g_once_thread, GUINT_TO_POINTER(i%2), in test_g_thread_once()
|
D | errorcheck-mutex-test.c | 63 GThread* thread = g_thread_create (locking_thread, mutex, TRUE, NULL); in wait_on_otherwise_locked_mutex() 82 GThread* thread = g_thread_create (locking_thread, mutex, TRUE, NULL); in timed_wait_on_otherwise_locked_mutex()
|
D | child-test.c | 185 g_thread_create (test_thread, GINT_TO_POINTER (10), FALSE, NULL); in main() 186 g_thread_create (test_thread, GINT_TO_POINTER (20), FALSE, NULL); in main()
|
D | onceinit.c | 132 threads[i] = g_thread_create (tmain_call_initializer3, 0, FALSE, NULL); in main() 149 g_thread_create (stress_concurrent_initializers, 0, FALSE, NULL); in main()
|
D | slice-concurrent.c | 106 tdata[t].gthread = g_thread_create (thread_func, &tdata[t], TRUE, NULL); in main()
|
D | mainloop-test.c | 281 g_thread_create (adder_thread, sub_channels, FALSE, &err); in create_adder_thread()
|
/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 | closures.c | 257 thread1 = g_thread_create (thread1_main, closure, TRUE, NULL); in main() 258 thread2 = g_thread_create (thread2_main, closure, 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/gio/tests/ |
D | unix-streams.c | 219 writer = g_thread_create (writer_thread, NULL, TRUE, NULL); in test_pipe_io() 220 reader = g_thread_create (reader_thread, NULL, TRUE, NULL); in test_pipe_io()
|
/external/webkit/Source/JavaScriptCore/wtf/gtk/ |
D | ThreadingGtk.cpp | 131 if (!(thread = g_thread_create(entryPoint, data, TRUE, 0))) { in createThreadInternal()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-overrides.txt | 97 <NAME>g_thread_create</NAME>
|
D | glib-sections.txt | 548 g_thread_create
|
/external/bluetooth/glib/glib/ |
D | gthread.h | 217 #define g_thread_create(func, data, joinable, error) \ macro
|
D | gmain.c | 3714 if (g_thread_create (child_watch_helper_thread, NULL, FALSE, &error) == NULL) in g_child_watch_source_init_multi_threaded()
|
/external/dbus/tools/ |
D | dbus-viewer.c | 355 g_thread_create (load_from_service_thread_func, d, TRUE, NULL); in start_load_from_service()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-0 | 2915 * glib.def: g_thread_create renamed to g_thread_create_full. 2949 * gthread.c, gthread.h: Renamed g_thread_create to 2950 g_thread_create_full and added macro g_thread_create, which omits 3295 g_thread_create, g_thread_self and g_thread_cleanup accordingly. 3471 in g_thread_create(). 5073 thread creation, namely for g_thread_create, g_thread_pool_new,
|
D | ChangeLog.pre-2-4 | 733 for g_thread_create data.
|