Home
last modified time | relevance | path

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

12345678910>>...31

/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/igt-gpu-tools/tests/
Ddrm_import_export.c227 pthread_join(t, NULL); in test_import_close_race()
271 pthread_join(test_thread_id1, NULL);
272 pthread_join(test_thread_id2, NULL);
273 pthread_join(test_thread_id3, NULL);
274 pthread_join(test_thread_id4, NULL);
285 pthread_join(test_thread_id1, NULL);
286 pthread_join(test_thread_id2, NULL);
287 pthread_join(test_thread_id3, NULL);
288 pthread_join(test_thread_id4, NULL);
/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_init5.cc22 pthread_join(t, &res); in CreateCache()
37 pthread_join(t[0], 0); in main()
38 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()
Dpthread_key.cc30 pthread_join(th, 0); in main()
35 pthread_join(th[0], 0); in main()
36 pthread_join(th[1], 0); in main()
Dmmap_stress.cc29 if (pthread_join(th[i], 0)) in Worker1()
43 if (pthread_join(th[i], 0)) in Worker()
60 if (pthread_join(th[i], 0)) in main()
Dstack_race2.cc16 pthread_join(t, 0); in Thread()
24 pthread_join(t, 0); in main()
Dfork_multithreaded3.cc26 pthread_join(th1, 0); in main()
27 pthread_join(th2, 0); in main()
Drace_on_puts.cc23 pthread_join(th[0], 0); in main()
24 pthread_join(th[1], 0); in main()
Dsunrpc.cc20 pthread_join(th[0], 0); in main()
21 pthread_join(th[1], 0); in main()
Dblacklist.cc24 pthread_join(t[0], NULL); in main()
25 pthread_join(t[1], NULL); in main()
Dtls_race2.cc16 pthread_join(t, 0); in Thread()
24 pthread_join(t, 0); in main()
Dsuppressions_global.cc21 pthread_join(t[0], NULL); in main()
22 pthread_join(t[1], NULL); in main()
Ddefault_options.cc25 pthread_join(t[0], NULL); in main()
26 pthread_join(t[1], NULL); in main()
Dstatic_init1.cc22 pthread_join(t[0], 0); in main()
23 pthread_join(t[1], 0); in main()
/external/linux-kselftest/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c478 ASSERT_EQ(pthread_join(ctx.waiter, NULL), 0); in TEST()
483 pthread_join(emitter, NULL); in TEST()
521 ASSERT_EQ(pthread_join(ctx.waiter, NULL), 0); in TEST()
526 pthread_join(emitter, NULL); in TEST()
568 ASSERT_EQ(pthread_join(ctx.waiter, NULL), 0); in TEST()
573 pthread_join(emitter, NULL); in TEST()
617 ASSERT_EQ(pthread_join(ctx.waiter, NULL), 0); in TEST()
622 pthread_join(emitter, NULL); in TEST()
662 ASSERT_EQ(pthread_join(ctx.waiter, NULL), 0); in TEST()
667 pthread_join(emitter, NULL); in TEST()
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
Dstress.c285 ret = pthread_join(fl_snd1, NULL); in main()
291 ret = pthread_join(fl_snd2, NULL); in main()
298 ret = pthread_join(fl_rec, NULL); in main()
304 ret = pthread_join(sy_snd, NULL); in main()
312 ret = pthread_join(sy_rec, 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/ltp/testcases/open_posix_testsuite/functional/mqueues/
Dsend_rev_2.c132 pthread_join(send1, NULL); in main()
133 pthread_join(send2, NULL); in main()
134 pthread_join(rev1, NULL); in main()
135 pthread_join(rev2, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
D4-1.c70 (void)pthread_join(*(pthread_t *) arg, NULL); in joiner_func()
158 ret = pthread_join(joiner, NULL); in main()
169 ret = pthread_join(child, NULL); in main()
D6-3.c151 ret = pthread_join(child, NULL); in test()
245 ret = pthread_join(th_sig1, NULL); in main()
249 ret = pthread_join(th_sig2, NULL); in main()
253 ret = pthread_join(th_work, NULL); in main()
/external/igt-gpu-tools/tests/i915/
Dgem_fence_upload.c204 pthread_join(readers[n].thread, NULL); in thread_performance()
206 pthread_join(writers[n].thread, NULL); in thread_performance()
225 pthread_join(readers[n].thread, NULL); in thread_performance()
227 pthread_join(writers[n].thread, NULL); in thread_performance()
304 pthread_join(threads[n].thread, NULL); in thread_contention()
317 pthread_join(threads[n].thread, NULL); in thread_contention()
360 pthread_join(threads[n].thread, NULL); in wc_contention()
373 pthread_join(threads[n].thread, NULL); in wc_contention()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D4-2.c295 if ((ret = pthread_join(th_sig1, NULL))) { in main()
298 if ((ret = pthread_join(th_sig2, NULL))) { in main()
301 if ((ret = pthread_join(th_waiter, NULL))) { in main()
304 if ((ret = pthread_join(th_worker, NULL))) { in main()

12345678910>>...31