/dflybsd-src/test/stress/stress2/testcases/thr2/ |
H A D | thr2.c | 80 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 D | evfilt_user.c | 31 pthread_join(td1, NULL); in main() 32 pthread_join(td2, NULL); in main()
|
/dflybsd-src/test/sysperf/ |
H A D | umtx1.c | 35 pthread_join(td2, NULL); in main() 36 pthread_join(td1, NULL); in main()
|
/dflybsd-src/test/libpthread/ |
H A D | sem_d.c | 114 pthread_join(threads[i], NULL); in main() 126 pthread_join(threads[i], NULL); in main()
|
H A D | hello_d.c | 32 error = pthread_join(thread, NULL); in main()
|
H A D | hello_s.c | 39 error = pthread_join(thread, NULL); in main()
|
H A D | join_leak_d.c | 72 if ((error = pthread_join(thread, NULL)) != 0) { in main()
|
/dflybsd-src/test/stress/stress2/misc/ |
H A D | kevent.sh | 162 if (pthread_join(threads[0], NULL) != 0) 164 if (pthread_join(threads[1], NULL) != 0)
|
H A D | kevent2.sh | 164 if (pthread_join(threads[0], NULL) != 0) 166 if (pthread_join(threads[1], NULL) != 0)
|
H A D | devfs2.sh | 104 if (pthread_join(threads[i], NULL) != 0)
|
H A D | mmap3.sh | 154 if (pthread_join(threads[i], NULL) != 0)
|
H A D | kinfo3.sh | 109 if (pthread_join(threads[i], NULL) != 0)
|
H A D | mmap2.sh | 171 if (pthread_join(threads[i], NULL) != 0)
|
/dflybsd-src/contrib/zstd/lib/common/ |
H A D | threading.h | 102 #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 D | Makefile | 36 pthread_join.3 \ 122 MLINKS+=pthread_join.3 pthread_timedjoin_np.3
|
/dflybsd-src/contrib/grep/lib/glthread/ |
H A D | threadlib.c | 56 if (pthread_join (thread, &retval) != 0) in glthread_in_use()
|
/dflybsd-src/test/stress/stress2/testcases/thr1/ |
H A D | thr1.c | 71 if (pthread_join(threads[i], NULL) != 0) in test()
|
/dflybsd-src/test/testcases/mem/mmap_1/ |
H A D | mmap_1.c | 44 pthread_join(threads[i], NULL); in main()
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | gthr-posix.h | 117 __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 D | umtx_errno.c | 90 pthread_join(threads[i], NULL); in main()
|
/dflybsd-src/sys/platform/vkernel64/platform/ |
H A D | cothread.c | 131 pthread_join(cotd->pthr, NULL); in cothread_delete()
|
/dflybsd-src/usr.bin/vknet/ |
H A D | vknet.c | 192 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 D | thr_join.c | 146 __strong_reference(_pthread_join, pthread_join);
|
/dflybsd-src/sbin/hammer2/ |
H A D | cmd_service.c | 326 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 D | gthr-posix.h | 106 __gthrw(pthread_join) 692 return __gthrw_(pthread_join) (__threadid, __value_ptr); in __gthread_join()
|