Searched refs:g_thread_join (Results 1 – 19 of 19) sorted by relevance
45 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()
111 g_thread_join (tdata[t].gthread); in main()
293 g_thread_join (threads[i]); in main()
235 g_thread_join (reader); in test_pipe_io()236 g_thread_join (writer); in test_pipe_io()
275 g_thread_join (thread1); in main()276 g_thread_join (thread2); in main()
152 g_thread_join (thread); in main()
241 g_thread_join (thread); in main()
278 g_thread_join (thread); in main()
150 void* joinResult = g_thread_join(thread); in waitForThreadCompletion()
227 g_thread_join (creator); in test_threaded_object_init()
230 gpointer g_thread_join (GThread *thread);
692 g_thread_join (GThread* thread) in g_thread_join() function
3036 #undef g_thread_join 3037 extern __typeof (g_thread_join) g_thread_join __attribute((alias("IA__g_thread_join"), visibility("…
3025 extern __typeof (g_thread_join) IA__g_thread_join __attribute((visibility("hidden")));3026 #define g_thread_join IA__g_thread_join macro
233 d = g_thread_join (thread); in load_from_service_complete_idle()
551 g_thread_join
2897 * Threads have a "return value" from g_thread_join
3062 returned by g_thread_join and is either the return of the topmost
3324 g_thread_join() in two places.