Home
last modified time | relevance | path

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

12

/dflybsd-src/test/stress/stress2/testcases/thr2/
H A Dthr2.c80 if (pthread_join(threads[i], NULL) != 0) in test()
89 if (pthread_join(threads[i], NULL) != 0) in test()
/dflybsd-src/test/debug/
H A Devfilt_user.c31 pthread_join(td1, NULL); in main()
32 pthread_join(td2, NULL); in main()
/dflybsd-src/test/sysperf/
H A Dumtx1.c35 pthread_join(td2, NULL); in main()
36 pthread_join(td1, NULL); in main()
/dflybsd-src/test/libpthread/
H A Dsem_d.c114 pthread_join(threads[i], NULL); in main()
126 pthread_join(threads[i], NULL); in main()
H A Dhello_d.c32 error = pthread_join(thread, NULL); in main()
H A Dhello_s.c39 error = pthread_join(thread, NULL); in main()
H A Djoin_leak_d.c72 if ((error = pthread_join(thread, NULL)) != 0) { in main()
/dflybsd-src/test/stress/stress2/misc/
H A Dkevent.sh162 if (pthread_join(threads[0], NULL) != 0)
164 if (pthread_join(threads[1], NULL) != 0)
H A Dkevent2.sh164 if (pthread_join(threads[0], NULL) != 0)
166 if (pthread_join(threads[1], NULL) != 0)
H A Ddevfs2.sh104 if (pthread_join(threads[i], NULL) != 0)
H A Dmmap3.sh154 if (pthread_join(threads[i], NULL) != 0)
H A Dkinfo3.sh109 if (pthread_join(threads[i], NULL) != 0)
H A Dmmap2.sh171 if (pthread_join(threads[i], NULL) != 0)
/dflybsd-src/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))
/dflybsd-src/lib/libpthread/
H A DMakefile36 pthread_join.3 \
122 MLINKS+=pthread_join.3 pthread_timedjoin_np.3
/dflybsd-src/contrib/grep/lib/glthread/
H A Dthreadlib.c56 if (pthread_join (thread, &retval) != 0) in glthread_in_use()
/dflybsd-src/test/stress/stress2/testcases/thr1/
H A Dthr1.c71 if (pthread_join(threads[i], NULL) != 0) in test()
/dflybsd-src/test/testcases/mem/mmap_1/
H A Dmmap_1.c44 pthread_join(threads[i], NULL); in main()
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dgthr-posix.h117 __gthrw3(pthread_join)
145 __gthrw(pthread_join)
687 return __gthrw_(pthread_join) (__threadid, __value_ptr); in __gthread_join()
/dflybsd-src/test/testcases/threads/umtx_errno/
H A Dumtx_errno.c90 pthread_join(threads[i], NULL); in main()
/dflybsd-src/sys/platform/vkernel64/platform/
H A Dcothread.c131 pthread_join(cotd->pthr, NULL); in cothread_delete()
/dflybsd-src/usr.bin/vknet/
H A Dvknet.c192 pthread_join(stream1.thread, NULL); in vknet_blastaway()
193 pthread_join(stream2.thread, NULL); in vknet_blastaway()
/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_join.c146 __strong_reference(_pthread_join, pthread_join);
/dflybsd-src/sbin/hammer2/
H A Dcmd_service.c326 pthread_join(conf[i].thread, NULL); in hammer2_usrmsg_handler()
479 pthread_join(conf->iocom_thread, NULL); in hammer2_volconf_stop()
727 pthread_join(ac->thread, &res); in autoconn_connect_thread()
/dflybsd-src/contrib/gcc-8.0/libgcc/
H A Dgthr-posix.h106 __gthrw(pthread_join)
692 return __gthrw_(pthread_join) (__threadid, __value_ptr); in __gthread_join()

12