Home
last modified time | relevance | path

Searched refs:pthread_join (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/external/valgrind/drd/tests/
Dtc22_exit_w_lock.stderr.exp-32bit5 by 0x........: pthread_join (in libpthread-?.?.so)
6 by 0x........: pthread_join (drd_pthread_intercepts.c:?)
17 by 0x........: pthread_join (in libpthread-?.?.so)
18 by 0x........: pthread_join (drd_pthread_intercepts.c:?)
29 by 0x........: pthread_join (in libpthread-?.?.so)
30 by 0x........: pthread_join (drd_pthread_intercepts.c:?)
41 by 0x........: pthread_join (in libpthread-?.?.so)
42 by 0x........: pthread_join (drd_pthread_intercepts.c:?)
53 by 0x........: pthread_join (in libpthread-?.?.so)
54 by 0x........: pthread_join (drd_pthread_intercepts.c:?)
[all …]
/external/lldb/test/functionalities/thread/break_after_join/
Dmain.cpp82 pthread_join(*thread_to_join, NULL); in join_thread_func()
118 pthread_join(thread_5, NULL); in main()
119 pthread_join(thread_4, NULL); in main()
120 pthread_join(thread_3, NULL); in main()
121 pthread_join(thread_2, NULL); in main()
122 pthread_join(thread_1, NULL); in main()
/external/squashfs-tools/squashfs-tools/
Drestore.c87 pthread_join(reader_thread, NULL); in restore_thrd()
99 pthread_join(deflator_thread[i], NULL); in restore_thrd()
111 pthread_join(frag_thread[i], NULL); in restore_thrd()
121 pthread_join(main_thread, NULL); in restore_thrd()
132 pthread_join(frag_deflator_thread[i], NULL); in restore_thrd()
142 pthread_join(writer_thread, NULL); in restore_thrd()
/external/lldb/test/functionalities/thread/exit_during_break/
Dmain.cpp128 pthread_join(thread_5, NULL); in main()
129 pthread_join(thread_4, NULL); in main()
130 pthread_join(thread_3, NULL); in main()
131 pthread_join(thread_2, NULL); in main()
132 pthread_join(thread_1, NULL); in main()
/external/compiler-rt/test/tsan/
Dfd_tid_recycled.cc32 pthread_join(t_create, NULL); in main()
37 pthread_join(t_dummy, NULL); in main()
43 pthread_join(t[0], NULL); in main()
44 pthread_join(t[1], NULL); in main()
Drace_on_heap.cc29 pthread_join(t[0], &p); in main()
33 pthread_join(t[0], 0); in main()
34 pthread_join(t[1], 0); in main()
Dstatic_init6.cc22 pthread_join(t, &res); in CreateCache()
37 pthread_join(t[0], 0); in main()
38 pthread_join(t[1], 0); in main()
Dstatic_init5.cc22 pthread_join(t, &res); in CreateCache()
37 pthread_join(t[0], 0); in main()
38 pthread_join(t[1], 0); in main()
Dmmap_stress.cc24 pthread_join(th[i], 0); in Worker1()
34 pthread_join(th[i], 0); in Worker()
43 pthread_join(th[i], 0); in main()
Dsunrpc.cc20 pthread_join(th[0], 0); in main()
21 pthread_join(th[1], 0); in main()
Dstack_race2.cc16 pthread_join(t, 0); in Thread()
24 pthread_join(t, 0); in main()
/external/ltrace/testsuite/ltrace.main/
Dmain-threaded.c24 pthread_join (thread1, NULL); in main()
25 pthread_join (thread2, NULL); in main()
26 pthread_join (thread3, NULL); in main()
/external/lldb/test/functionalities/thread/create_during_step/
Dmain.cpp57 pthread_join(*step_thread, NULL); in create_thread_func()
88 pthread_join(thread_2, NULL); in main()
89 pthread_join(thread_1, NULL); in main()
/external/lldb/test/functionalities/thread/
Dmain.c34 pthread_join(thread_2, NULL); in thread1()
53 pthread_join (thread_1, NULL); in main()
54 pthread_join (thread_3, NULL); in main()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_posix.cc65 EXPECT_EQ(pthread_join(th[0], 0), 0); in TEST()
67 EXPECT_EQ(pthread_join(th[1], 0), 0); in TEST()
68 EXPECT_EQ(pthread_join(th[2], 0), 0); in TEST()
87 EXPECT_EQ(pthread_join(th[i], 0), 0); in local_thread()
148 EXPECT_EQ(pthread_join(th, 0), 0); in TEST()
/external/valgrind/memcheck/tests/
Dthreadname.c57 r = pthread_join(children[2], NULL); in child_fn_1()
72 r = pthread_join(children[1], NULL); in child_fn_0()
87 r = pthread_join(children[0], NULL); in main()
/external/lldb/test/functionalities/stop-hook/multiple_threads/
Dmain.cpp83 err = ::pthread_join (g_thread_1, &thread_result); in main()
84 err = ::pthread_join (g_thread_2, &thread_result); in main()
85 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/functionalities/watchpoint/multiple_threads/
Dmain.cpp87 err = ::pthread_join (g_thread_1, &thread_result); in main()
88 err = ::pthread_join (g_thread_2, &thread_result); in main()
89 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
Dmain.cpp95 err = ::pthread_join (g_thread_1, &thread_result); in main()
96 err = ::pthread_join (g_thread_2, &thread_result); in main()
97 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/python_api/watchpoint/watchlocation/
Dmain.cpp93 err = ::pthread_join (g_thread_1, &thread_result); in main()
94 err = ::pthread_join (g_thread_2, &thread_result); in main()
95 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
Dmain.cpp110 err = ::pthread_join (g_thread_1, &thread_result); in main()
111 err = ::pthread_join (g_thread_2, &thread_result); in main()
112 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/python_api/module_section/
Dmain.cpp123 err = ::pthread_join (g_thread_1, &thread_result); in main()
124 err = ::pthread_join (g_thread_2, &thread_result); in main()
125 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/python_api/lldbutil/iter/
Dmain.cpp123 err = ::pthread_join (g_thread_1, &thread_result); in main()
124 err = ::pthread_join (g_thread_2, &thread_result); in main()
125 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/python_api/lldbutil/process/
Dmain.cpp123 err = ::pthread_join (g_thread_1, &thread_result); in main()
124 err = ::pthread_join (g_thread_2, &thread_result); in main()
125 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/valgrind/helgrind/tests/
Dhg04_race.c23 pthread_join(a, NULL); in main()
24 pthread_join(b, NULL); in main()

12345678910>>...19