| /openbsd-src/regress/lib/libpthread/cancel_wait/ |
| H A D | cancel_wait.c | 71 CHECKr(pthread_join(thread, &ret)); in main() 79 CHECKr(pthread_join(thread, &ret)); in main() 87 CHECKr(pthread_join(thread, &ret)); in main() 95 CHECKr(pthread_join(thread, &ret)); in main() 103 CHECKr(pthread_join(thread, &ret)); in main()
|
| /openbsd-src/regress/lib/libpthread/preemption_float/ |
| H A D | preemption_float.c | 108 CHECKr(pthread_join(thread[0], (void **) &x)); in floatloop() 109 CHECKr(pthread_join(thread[1], (void **) &y)); in floatloop() 125 CHECKr(pthread_join(thread, (void **) &result)); in main() 132 CHECKr(pthread_join(thread, (void **) &result)); in main()
|
| /openbsd-src/regress/lib/libpthread/cancel2/ |
| H A D | cancel2.c | 91 CHECKr(pthread_join(thread, &result)); in main() 98 CHECKr(pthread_join(thread, &result)); in main() 105 CHECKr(pthread_join(thread, &result)); in main() 112 CHECKr(pthread_join(thread, &result)); in main()
|
| /openbsd-src/regress/lib/libpthread/stack/ |
| H A D | stack.c | 100 CHECKr(pthread_join(t, &addr)); in main() 113 CHECKr(pthread_join(t, &addr2)); in main() 128 CHECKr(pthread_join(t, &addr)); in main() 165 CHECKr(pthread_join(t, NULL)); in main()
|
| /openbsd-src/regress/lib/libpthread/cancel/ |
| H A D | cancel.c | 220 CHECKr(pthread_join(child4, NULL)); in main() 221 CHECKr(pthread_join(child3, NULL)); in main() 222 CHECKr(pthread_join(child2, NULL)); in main() 223 CHECKr(pthread_join(child1, NULL)); in main()
|
| /openbsd-src/regress/lib/libpthread/blocked_join/ |
| H A D | blocked_join.c | 25 ASSERT(pthread_join(mainthread, NULL) == EDEADLK); in joiner() 52 CHECKr(pthread_join(t, NULL)); in main()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| H A D | asan_racy_double_free_test.cpp | 30 pthread_join(t[0], 0); in main() 31 pthread_join(t[1], 0); in main()
|
| /openbsd-src/regress/lib/libc/malloc/malloc_threaderr/ |
| H A D | malloc_threaderr.c | 65 pthread_join(t1, NULL); in main() 69 pthread_join(t2, NULL); in main()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cpp | 50 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() argument 51 return REAL(pthread_join)(t, arg); in INTERCEPTOR() 247 INTERCEPT_FUNCTION(pthread_join); in InitializeInterceptors()
|
| /openbsd-src/regress/lib/libpthread/setjmp/ |
| H A D | setjmp.c | 84 CHECKr(pthread_join(child, &res)); in main() 88 CHECKr(pthread_join(child, &res)); in main()
|
| /openbsd-src/regress/lib/libpthread/signals/pthread_join/ |
| H A D | pthread_join.c | 30 CHECKr(pthread_join(tid, &retval)); in thr_join() 53 CHECKr(pthread_join(tid[1], &retval)); in main()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_thread.cpp | 52 pthread_join(threads[i % kAlive], 0); in TEST() 56 pthread_join(threads[i], 0); in TEST()
|
| /openbsd-src/regress/sys/kern/pipe/ |
| H A D | test-close.c | 76 error = pthread_join(th1, NULL); in test_close_race() 79 error = pthread_join(th2, NULL); in test_close_race()
|
| /openbsd-src/regress/lib/libpthread/pthread_atfork/ |
| H A D | pthread_atfork.c | 113 CHECKr(pthread_join(tid, NULL)); in main() 116 CHECKr(pthread_join(tid, NULL)); in main()
|
| /openbsd-src/regress/lib/libpthread/semaphore/sem_destroy/ |
| H A D | sem_destroy.c | 36 CHECKr(pthread_join(prod_th, NULL)); in main() 37 CHECKr(pthread_join(cons_th, NULL)); in main()
|
| /openbsd-src/regress/lib/libpthread/stdarg/ |
| H A D | stdarg.c | 85 CHECKr(pthread_join(t1, NULL)); in main() 86 CHECKr(pthread_join(t2, NULL)); in main()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/thread/ |
| H A D | pthread4.cc | 105 pthread_join (prod, NULL); in main() 106 pthread_join (cons, NULL); in main()
|
| H A D | pthread1.cc | 125 pthread_join (prod[i], NULL); in main() 126 pthread_join (cons[i], NULL); in main()
|
| /openbsd-src/regress/lib/libpthread/pthread_join/ |
| H A D | pthread_join.c | 108 CHECKr(pthread_join(thread, (void **)(&status))); in main() 116 CHECKr(pthread_join(thread, (void **)(&status))); in main()
|
| /openbsd-src/regress/lib/libpthread/setsockopt/3/ |
| H A D | setsockopt3.c | 63 CHECKr(pthread_join(connect_thread, NULL)); in sock_accept() 73 CHECKr(pthread_join(accept_thread, NULL)); in main()
|
| /openbsd-src/regress/lib/libpthread/semaphore/sem_wait/ |
| H A D | sem_wait.c | 49 CHECKr(pthread_join(th, NULL)); in main() 69 CHECKr(pthread_join(th, NULL)); in main()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/ |
| H A D | vts_many_threads_bench.cpp | 107 pthread_join(g_t[i], 0); in main() 116 pthread_join(t[i], 0); in main()
|
| /openbsd-src/regress/lib/libpthread/socket/3/ |
| H A D | socket3.c | 109 CHECKr(pthread_join(connect_thread, NULL)); in sock_accept() 119 CHECKr(pthread_join(accept_thread, NULL)); in main()
|
| /openbsd-src/regress/lib/libpthread/blocked_fifo/ |
| H A D | blocked_fifo.c | 117 CHECKr(pthread_join(test_thread, NULL)); in main() 139 CHECKr(pthread_join(test_thread, NULL)); in main()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | mutex_test.cpp | 90 pthread_join(Threads[I], 0); in TEST() 100 pthread_join(Threads[I], 0); in TEST()
|