Home
last modified time | relevance | path

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

1234567

/openbsd-src/regress/lib/libpthread/cancel_wait/
H A Dcancel_wait.c71 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 Dpreemption_float.c108 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 Dcancel2.c91 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 Dstack.c100 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 Dcancel.c220 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 Dblocked_join.c25 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 Dasan_racy_double_free_test.cpp30 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 Dmalloc_threaderr.c65 pthread_join(t1, NULL); in main()
69 pthread_join(t2, NULL); in main()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp50 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 Dsetjmp.c84 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 Dpthread_join.c30 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 Dtsan_thread.cpp52 pthread_join(threads[i % kAlive], 0); in TEST()
56 pthread_join(threads[i], 0); in TEST()
/openbsd-src/regress/sys/kern/pipe/
H A Dtest-close.c76 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 Dpthread_atfork.c113 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 Dsem_destroy.c36 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 Dstdarg.c85 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 Dpthread4.cc105 pthread_join (prod, NULL); in main()
106 pthread_join (cons, NULL); in main()
H A Dpthread1.cc125 pthread_join (prod[i], NULL); in main()
126 pthread_join (cons[i], NULL); in main()
/openbsd-src/regress/lib/libpthread/pthread_join/
H A Dpthread_join.c108 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 Dsetsockopt3.c63 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 Dsem_wait.c49 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 Dvts_many_threads_bench.cpp107 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 Dsocket3.c109 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 Dblocked_fifo.c117 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 Dmutex_test.cpp90 pthread_join(Threads[I], 0); in TEST()
100 pthread_join(Threads[I], 0); in TEST()

1234567