Searched refs:pthread_join (Results 26 - 50 of 146) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp107 pthread_join(g_t[i], 0);
116 pthread_join(t[i], 0);
H A Dmini_bench_local.cpp44 pthread_join(t[i], 0);
H A Dmini_bench_shared.cpp46 pthread_join(t[i], 0);
H A Dmop.cpp51 pthread_join(th, 0);
/freebsd-13-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_renamerace.c106 pthread_join(pt[0], NULL);
107 pthread_join(pt[1], NULL);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c105 PTHREAD_REQUIRE(pthread_join(new, &joinval));
166 PTHREAD_REQUIRE(pthread_join(new, &joinval));
225 PTHREAD_REQUIRE(pthread_join(new, &joinval));
293 PTHREAD_REQUIRE(pthread_join(new, &joinval));
356 PTHREAD_REQUIRE(pthread_join(tid[i], NULL));
423 PTHREAD_REQUIRE(pthread_join(new, &joinval));
474 PTHREAD_REQUIRE(pthread_join(new, NULL));
536 PTHREAD_REQUIRE(pthread_join(thread, NULL));
589 PTHREAD_REQUIRE(pthread_join(thread, NULL));
633 PTHREAD_REQUIRE(pthread_join(threa
[all...]
H A Dt_barrier.c92 PTHREAD_REQUIRE(pthread_join(new[i], &joinval));
H A Dt_fork.c90 PTHREAD_REQUIRE(pthread_join(p, NULL));
H A Dt_kill.c138 PTHREAD_REQUIRE(pthread_join(th[i].id, NULL));
H A Dt_name.c93 PTHREAD_REQUIRE(pthread_join(thr, NULL));
H A Dt_sleep.c96 PTHREAD_REQUIRE(pthread_join(thread, NULL));
H A Dt_swapcontext.c118 PTHREAD_REQUIRE(pthread_join(thread, NULL));
H A Dt_mutex.c124 PTHREAD_REQUIRE(pthread_join(new, &joinval));
241 PTHREAD_REQUIRE(pthread_join(new, &joinval));
355 PTHREAD_REQUIRE(pthread_join(new, &joinval));
437 PTHREAD_REQUIRE(pthread_join(new, &joinval));
511 PTHREAD_REQUIRE(pthread_join(child, NULL));
633 PTHREAD_REQUIRE(pthread_join(low, NULL));
634 PTHREAD_REQUIRE(pthread_join(high, NULL));
788 PTHREAD_REQUIRE(pthread_join(new, NULL));
816 PTHREAD_REQUIRE(pthread_join(new, NULL));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc95 if ((errnum = ::pthread_join(Thread, nullptr)) != 0) {
96 ReportErrnumFatal("pthread_join failed", errnum);
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Ddestroy.cc127 pthread_join(th0, NULL);
128 pthread_join(th1, NULL);
H A Dnotify.cc173 pthread_join(th0, &thr0_value);
205 pthread_join(th0, &thr0_value);
255 pthread_join(th0, &thr0_value);
300 pthread_join(th0, &thr0_value);
321 pthread_join(th0, &thr0_value);
375 pthread_join(th0, &thr0_value);
405 pthread_join(th0, &thr0_value);
440 pthread_join(th0, &thr0_value);
485 pthread_join(th0, &thr0_value);
540 pthread_join(th
[all...]
/freebsd-13-stable/lib/libstdthreads/
H A Dthrd.c111 if (pthread_join(thr, &value_ptr) != 0)
/freebsd-13-stable/lib/libthr/tests/
H A Dumtx_op_test.c99 ATF_REQUIRE_EQ(0, pthread_join(threads[i], NULL));
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/threadsappend/
H A Dthreadsappend.c131 while (pthread_join(tid, NULL) == 0)
/freebsd-13-stable/contrib/netbsd-tests/fs/nfs/
H A Dt_mountd.c104 pthread_join(pt, &fail);
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_filedesc.c100 pthread_join(pt, NULL);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_nsd_recurse.c106 assert(pthread_join(thr, &threval) == 0);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getenv_thread.c163 ATF_CHECK(pthread_join(threads[j], NULL) == 0);
188 ATF_CHECK(pthread_join(threads[j], NULL) == 0);
213 ATF_CHECK(pthread_join(threads[j], NULL) == 0);
238 ATF_CHECK(pthread_join(threads[j], NULL) == 0);
/freebsd-13-stable/tests/sys/cddl/zfs/tests/threadsappend/
H A Dthreadsappend.c130 if (pthread_join(threads[i], NULL) != 0)
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dthreading.h102 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
127 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))

Completed in 100 milliseconds

123456