/external/squashfs-tools/squashfs-tools/ |
D | restore.c | 87 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/ |
D | drm_import_export.c | 227 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/ |
D | fd_tid_recycled.cc | 32 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()
|
D | race_on_heap.cc | 29 pthread_join(t[0], &p); in main() 33 pthread_join(t[0], 0); in main() 34 pthread_join(t[1], 0); in main()
|
D | static_init5.cc | 22 pthread_join(t, &res); in CreateCache() 37 pthread_join(t[0], 0); in main() 38 pthread_join(t[1], 0); in main()
|
D | static_init6.cc | 22 pthread_join(t, &res); in CreateCache() 37 pthread_join(t[0], 0); in main() 38 pthread_join(t[1], 0); in main()
|
D | pthread_key.cc | 30 pthread_join(th, 0); in main() 35 pthread_join(th[0], 0); in main() 36 pthread_join(th[1], 0); in main()
|
D | mmap_stress.cc | 29 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()
|
D | stack_race2.cc | 16 pthread_join(t, 0); in Thread() 24 pthread_join(t, 0); in main()
|
D | fork_multithreaded3.cc | 26 pthread_join(th1, 0); in main() 27 pthread_join(th2, 0); in main()
|
D | race_on_puts.cc | 23 pthread_join(th[0], 0); in main() 24 pthread_join(th[1], 0); in main()
|
D | sunrpc.cc | 20 pthread_join(th[0], 0); in main() 21 pthread_join(th[1], 0); in main()
|
D | blacklist.cc | 24 pthread_join(t[0], NULL); in main() 25 pthread_join(t[1], NULL); in main()
|
D | tls_race2.cc | 16 pthread_join(t, 0); in Thread() 24 pthread_join(t, 0); in main()
|
D | suppressions_global.cc | 21 pthread_join(t[0], NULL); in main() 22 pthread_join(t[1], NULL); in main()
|
D | default_options.cc | 25 pthread_join(t[0], NULL); in main() 26 pthread_join(t[1], NULL); in main()
|
D | static_init1.cc | 22 pthread_join(t[0], 0); in main() 23 pthread_join(t[1], 0); in main()
|
/external/linux-kselftest/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 478 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/ |
D | stress.c | 285 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/ |
D | tsan_posix.cc | 65 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/ |
D | send_rev_2.c | 132 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/ |
D | 4-1.c | 70 (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()
|
D | 6-3.c | 151 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/ |
D | gem_fence_upload.c | 204 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/ |
D | 4-2.c | 295 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()
|