Searched refs:pthread_join (Results 76 - 100 of 146) sorted by relevance

123456

/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dstatfs.cc125 pthread_join(th0, &thr0_value);
H A Dinterrupt.cc177 pthread_join(m_child, NULL);
360 pthread_join(th0, &thr0_value);
463 pthread_join(th1, &thr1_value);
464 pthread_join(th0, &thr0_value);
537 pthread_join(th0, &thr0_value);
740 pthread_join(th0, NULL);
H A Dfifo.cc58 pthread_join(m_child, NULL);
/freebsd-13-stable/share/man/man3/
H A DMakefile400 pthread_join.3 \
504 PTHREAD_MLINKS+=pthread_join.3 pthread_peekjoin_np.3 \
505 pthread_join.3 pthread_timedjoin_np.3
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h146 #define pthread_join _pthread_join macro
H A Dun-namespace.h127 #undef pthread_join macro
/freebsd-13-stable/include/
H A Dpthread.h220 int pthread_join(pthread_t, void **);
/freebsd-13-stable/contrib/lib9p/
H A Dthreadpool.c413 pthread_join(worker->ltw_thread, NULL);
/freebsd-13-stable/contrib/libpcap/testprogs/
H A Dthreadsignaltest.c298 status = pthread_join(capture_thread, &retval);
/freebsd-13-stable/contrib/apr/threadproc/unix/
H A Dthread.c217 if ((stat = pthread_join(*thd->td,(void *)&thread_stat)) == 0) {
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c393 (void) pthread_join(g_mon_tid, NULL);
H A Dzed_exec.c285 (void) pthread_join(_reap_children_tid, NULL);
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Drping.c811 pthread_join(cb->cqthread, NULL);
819 pthread_join(cb->cqthread, NULL);
930 pthread_join(cb->cqthread, NULL);
1115 pthread_join(cb->cqthread, NULL);
/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_timer.c109 pthread_join(tid, NULL);
/freebsd-13-stable/contrib/netbsd-tests/fs/common/
H A Dsnapshot.c212 RL(pthread_join(at[i], NULL));
/freebsd-13-stable/tools/tools/netrate/http/
H A Dhttp.c341 if (pthread_join(statep->hwd[i].hwd_thread, NULL)
343 err(-1, "pthread_join");
/freebsd-13-stable/tools/tools/netrate/httpd/
H A Dhttpd.c301 if (pthread_join(statep->hts[i].hts_thread, NULL)
303 err(-1, "pthread_join");
/freebsd-13-stable/tests/sys/kern/
H A Dfdgrowtable_test.c187 ATF_REQUIRE(pthread_join(thread, NULL) == 0);
/freebsd-13-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c257 pthread_join(workers[i].w_thread, NULL);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp249 INTERCEPTOR(int, pthread_join, void *t, void **arg) {
695 ASAN_INTERCEPT_FUNC(pthread_join);
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c630 pthread_join(td.trm, &thread_ret);
638 pthread_join(mon, &thread_ret);
/freebsd-13-stable/contrib/unbound/util/
H A Dlocks.h174 #define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL))
/freebsd-13-stable/contrib/xz/src/common/
H A Dmythread.h173 return pthread_join(thread, NULL);
/freebsd-13-stable/lib/libc/tests/resolv/
H A Dresolv_test.c285 remaining = (uintptr_t)pthread_join(threads[i], NULL);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c408 (void) pthread_join(g_agents_tid, NULL);

Completed in 133 milliseconds

123456