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

123456

/freebsd-13-stable/tools/tools/netmap/
H A Dlb.c1090 pthread_join(stat_thread, NULL);
H A Dpkt-gen.c2689 pthread_join(targs[i].thread, NULL); /* blocking */
/freebsd-13-stable/tests/sys/file/
H A Dflock_helper.c1512 error = pthread_join(thr[i], &res);
1514 err(1, "pthread_join");
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dmockfs.cc503 pthread_join(m_daemon_id, NULL);
H A Dxattr.cc147 pthread_join(m_killer_th, NULL);
/freebsd-13-stable/lib/libusb/
H A Dlibusb10.c251 pthread_join(td, &ptr);
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1748 GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0));
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c1137 (void) pthread_join(tid, &status);
1496 (void) pthread_join(ptid, &status);
1782 (void) pthread_join(tid, &status);
2524 (void) pthread_join(ptid, &status);
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c533 pthread_join(p_ur->tid, NULL);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dsnapshot.c790 rc = pthread_join(spinner_th, NULL);
/freebsd-13-stable/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dfsync_integrity.c484 if (pthread_join(threads[i], NULL)){
485 perror("pthread_join");
/freebsd-13-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c2666 pthread_join(session->thread, NULL);
/freebsd-13-stable/usr.sbin/camdd/
H A Dcamdd.c3403 pthread_join(threads[i], NULL);
/freebsd-13-stable/contrib/libevent/test/
H A Dregress.c1027 pthread_join(thread, NULL);
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Drsocket.c467 pthread_join(svc->id, NULL);
/freebsd-13-stable/contrib/unbound/
H A Dconfigure16577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5
16578 $as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; }
16588 char pthread_join ();
16592 return pthread_join ();
16768 # We check for pthread_join because it is in -lpthread on IRIX
16784 pthread_join(th, 0);
/freebsd-13-stable/contrib/libevent/
H A Dconfigure15549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5
15550 $as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; }
15560 char pthread_join ();
15564 return pthread_join ();
15705 # We check for pthread_join because it is in -lpthread on IRIX
15717 pthread_t th; pthread_join(th, 0);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dconfigure15493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5
15494 $as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; }
15504 char pthread_join ();
15508 return pthread_join ();
15649 # We check for pthread_join because it is in -lpthread on IRIX
15661 pthread_t th; pthread_join(th, 0);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c10571 (void) pthread_join(status_thr, (void *)&status);
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6943 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
6968 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 1097 milliseconds

123456