Home
last modified time | relevance | path

Searched refs:g_thread_join (Results 1 – 18 of 18) sorted by relevance

/external/bluetooth/glib/tests/
Dthread-test.c45 g_assert (GPOINTER_TO_INT (g_thread_join (thread)) == 41); in test_g_mutex()
104 g_assert (GPOINTER_TO_INT (g_thread_join (thread)) == 43); in test_g_static_rec_mutex()
216 g_assert (GPOINTER_TO_INT (g_thread_join (threads[i])) == i * 3); in test_g_static_private()
295 g_thread_join (threads[i]); in test_g_static_rw_lock()
363 g_thread_join (threads[i]); in test_g_thread_once()
Dslice-concurrent.c111 g_thread_join (tdata[t].gthread); in main()
Dslice-test.c293 g_thread_join (threads[i]); in main()
/external/bluetooth/glib/gio/tests/
Dunix-streams.c235 g_thread_join (reader); in test_pipe_io()
236 g_thread_join (writer); in test_pipe_io()
/external/bluetooth/glib/tests/refcount/
Dclosures.c275 g_thread_join (thread1); in main()
276 g_thread_join (thread2); in main()
Dobjects.c152 g_thread_join (thread); in main()
Dproperties.c241 g_thread_join (thread); in main()
Dsignals.c278 g_thread_join (thread); in main()
/external/webkit/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp151 void* joinResult = g_thread_join(thread); in waitForThreadCompletion()
/external/bluetooth/glib/gobject/tests/
Dthreadtests.c227 g_thread_join (creator); in test_threaded_object_init()
/external/bluetooth/glib/glib/
Dgthread.h230 gpointer g_thread_join (GThread *thread);
Dgthread.c692 g_thread_join (GThread* thread) in g_thread_join() function
Dgaliasdef.c3036 #undef g_thread_join
3037 extern __typeof (g_thread_join) g_thread_join __attribute((alias("IA__g_thread_join"), visibility("…
Dgalias.h3025 extern __typeof (g_thread_join) IA__g_thread_join __attribute((visibility("hidden")));
3026 #define g_thread_join IA__g_thread_join macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt551 g_thread_join
/external/bluetooth/glib/
DNEWS2897 * Threads have a "return value" from g_thread_join
DChangeLog.pre-2-03062 returned by g_thread_join and is either the return of the topmost
/external/bluetooth/glib/docs/reference/
DChangeLog3324 g_thread_join() in two places.