/third_party/glib/gobject/tests/ |
D | threadtests.c | 127 t1 = g_thread_create (tester_init_thread, (gpointer) my_tester0_get_type(), TRUE, NULL); 128 t2 = g_thread_create (tester_init_thread, (gpointer) my_tester1_get_type(), TRUE, NULL); 129 t3 = g_thread_create (tester_init_thread, (gpointer) my_tester2_get_type(), TRUE, NULL); 210 creator = g_thread_create (object_create, NULL, TRUE, NULL); in test_threaded_object_init() 295 thread = g_thread_create (unref_in_thread, &data, TRUE, &error); in test_threaded_weak_ref()
|
/third_party/glib/tests/ |
D | thread-test.c | 35 thread = g_thread_create (test_g_mutex_thread, GINT_TO_POINTER (42), in test_g_mutex() 80 thread = g_thread_create (test_g_static_rec_mutex_thread, in test_g_static_rec_mutex() 199 threads[i] = g_thread_create (test_g_static_private_thread, in test_g_static_private() 286 threads[i] = g_thread_create (test_g_static_rw_lock_thread, in test_g_static_rw_lock() 355 threads[i] = g_thread_create (test_g_once_thread, GUINT_TO_POINTER(i%2), in test_g_thread_once()
|
D | child-test.c | 176 g_thread_create (test_thread, GINT_TO_POINTER (10), FALSE, NULL); in main() 177 g_thread_create (test_thread, GINT_TO_POINTER (20), FALSE, NULL); in main()
|
D | onceinit.c | 130 threads[i] = g_thread_create (tmain_call_initializer3, 0, FALSE, NULL); in main() 147 g_thread_create (stress_concurrent_initializers, 0, FALSE, NULL); in main()
|
D | slice-test.c | 280 threads[i] = g_thread_create (test_sliced_mem_thread, seedp, TRUE, NULL); in main() 284 threads[i] = g_thread_create (test_memchunk_thread, seedp, TRUE, NULL); in main()
|
D | slice-concurrent.c | 108 tdata[t].gthread = g_thread_create (thread_func, &tdata[t], TRUE, NULL); in main()
|
/third_party/glib/glib/tests/ |
D | cond.c | 123 producer = g_thread_create (produce_values, NULL, TRUE, NULL); in test_cond1() 124 consumer1 = g_thread_create (consume_values, NULL, TRUE, NULL); in test_cond1() 125 consumer2 = g_thread_create (consume_values, NULL, TRUE, NULL); in test_cond1() 227 threads[i] = g_thread_create (cond2_func, GINT_TO_POINTER (i), TRUE, NULL); in test_cond2()
|
D | private.c | 101 thread[i] = g_thread_create (private2_func, GINT_TO_POINTER (i), TRUE, NULL); in test_private2() 305 thread[i] = g_thread_create (sp4_func, GINT_TO_POINTER (i), TRUE, NULL); in test_static_private4() 357 thread[i] = g_thread_create (sp5_func, GINT_TO_POINTER (i), TRUE, NULL); in test_static_private5()
|
D | mutex.c | 148 threads[i] = g_thread_create (thread_func, NULL, TRUE, NULL); in test_mutex5() 199 threads[i] = g_thread_create (addition_thread, &x, TRUE, NULL); in test_mutex_perf()
|
D | 642026.c | 68 t1 = g_thread_create (thread_func, NULL, TRUE, NULL); in testcase()
|
D | slice.c | 147 threads[i] = g_thread_create (thread_allocate, NULL, TRUE, NULL); in test_allocate()
|
/third_party/glib/tests/refcount/ |
D | objects.c | 136 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL); in main() 139 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL); in main()
|
D | signals.c | 281 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL); in main() 284 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL); in main()
|
D | properties3.c | 178 thread = g_thread_create ((GThreadFunc) run_thread, test, TRUE, NULL); in main()
|
D | properties.c | 216 test_threads[i] = g_thread_create ((GThreadFunc) run_thread, test_objects[i], TRUE, NULL); in main()
|
/third_party/curl/docs/examples/ |
D | curlgtk.c | 98 if(!g_thread_create(&my_thread, argv[1], FALSE, NULL) != 0) in main()
|
D | smooth-gtk-thread.c | 216 if(!g_thread_create(&create_thread, progress_bar, FALSE, NULL) != 0) in main()
|
/third_party/glib/glib/deprecated/ |
D | gthread.h | 100 GThread *g_thread_create (GThreadFunc func,
|
D | gthread-deprecated.c | 340 g_thread_create (GThreadFunc func, in g_thread_create() function
|
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | gstossdmabuffer.c | 275 obuf->thread = g_thread_create ((GThreadFunc) gst_ossdmabuffer_func, in gst_ossdmabuffer_acquire()
|
/third_party/glib/docs/reference/glib/ |
D | glib-overrides.txt | 107 <NAME>g_thread_create</NAME>
|
D | glib-sections.txt | 1070 g_thread_create
|
/third_party/glib/tests/gobject/ |
D | performance-threaded.c | 303 threads[i] = g_thread_create (run_test_thread, (gpointer) test, TRUE, NULL); in run_test()
|
/third_party/gstreamer/gstreamer/tests/check/ |
D | gstreamer.supp | 1015 fun:g_thread_create*
|
/third_party/glib/ |
D | NEWS | 7117 GStaticPrivate). Finally, g_thread_create() has been replaced with a
|