Home
last modified time | relevance | path

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

12345678910>>...259

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Dtc22_exit_w_lock.stderr.exp-32bit5 by 0x........: pthread_join (in libpthread-?.?.so)
6 by 0x........: pthread_join (drd_pthread_intercepts.c:?)
17 by 0x........: pthread_join (in libpthread-?.?.so)
29 by 0x........: pthread_join (in libpthread-?.?.so)
41 by 0x........: pthread_join (in libpthread-?.?.so)
53 by 0x........: pthread_join (in libpthread-?.?.so)
65 by 0x........: pthread_join (in libpthread-?.?.so)
77 by 0x........: pthread_join (in libpthread-?.?.so)
89 by 0x........: pthread_join (in libpthread-?.?.so)
101 by 0x........: pthread_join (in libpthread-?.?.so)
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Dtc22_exit_w_lock.stderr.exp-32bit5 by 0x........: pthread_join (in libpthread-?.?.so)
6 by 0x........: pthread_join (drd_pthread_intercepts.c:?)
17 by 0x........: pthread_join (in libpthread-?.?.so)
29 by 0x........: pthread_join (in libpthread-?.?.so)
41 by 0x........: pthread_join (in libpthread-?.?.so)
53 by 0x........: pthread_join (in libpthread-?.?.so)
65 by 0x........: pthread_join (in libpthread-?.?.so)
77 by 0x........: pthread_join (in libpthread-?.?.so)
89 by 0x........: pthread_join (in libpthread-?.?.so)
101 by 0x........: pthread_join (in libpthread-?.?.so)
[all …]
/dports/multimedia/recordmydesktop/recordmydesktop-0.3.8.1/src/
H A Drmd_threads.c116 pthread_join(image_capture_t,NULL); in rmdThreads()
127 pthread_join(image_encode_t,NULL); in rmdThreads()
130 pthread_join(image_cache_t,NULL); in rmdThreads()
139 pthread_join(sound_capture_t,NULL); in rmdThreads()
148 pthread_join(sound_encode_t,NULL); in rmdThreads()
151 pthread_join(sound_cache_t,NULL); in rmdThreads()
158 pthread_join(flush_to_ogg_t,NULL); in rmdThreads()
163 pthread_join(timer_t,NULL); in rmdThreads()
/dports/net/freediameter/freeDiameter-1.5.0/tests/
H A Dtestcnx.c1011 CHECK( 0, pthread_join(thr, NULL) ); in main()
1033 CHECK( 0, pthread_join(thr, NULL) ); in main()
1097 CHECK( 0, pthread_join(thr, NULL) ); in main()
1119 CHECK( 0, pthread_join(thr, NULL) ); in main()
1163 CHECK( 0, pthread_join(thr, NULL) ); in main()
1184 CHECK( 0, pthread_join(thr, NULL) ); in main()
1232 CHECK( 0, pthread_join(thr, NULL) ); in main()
1254 CHECK( 0, pthread_join(thr, NULL) ); in main()
1298 CHECK( 0, pthread_join(thr, NULL) ); in main()
1320 CHECK( 0, pthread_join(thr, NULL) ); in main()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/tests/
H A Drobust1.c91 assert(pthread_join(to, NULL) == 0); in main()
93 assert(pthread_join(ti, NULL) == 0); in main()
104 assert(pthread_join(to, NULL) == 0); in main()
106 assert(pthread_join(ti, NULL) == 0); in main()
117 assert(pthread_join(to, NULL) == 0); in main()
119 assert(pthread_join(ti, NULL) == 0); in main()
130 assert(pthread_join(to, NULL) == 0); in main()
132 assert(pthread_join(ti, NULL) == 0); in main()
H A Drobust2.c95 assert(pthread_join(to, NULL) == 0); in main()
96 assert(pthread_join(ti, NULL) == 0); in main()
108 assert(pthread_join(to, NULL) == 0); in main()
109 assert(pthread_join(ti, NULL) == 0); in main()
121 assert(pthread_join(to, NULL) == 0); in main()
122 assert(pthread_join(ti, NULL) == 0); in main()
134 assert(pthread_join(to, NULL) == 0); in main()
135 assert(pthread_join(ti, NULL) == 0); in main()
H A Drobust3.c97 assert(pthread_join(to, NULL) == 0); in main()
98 assert(pthread_join(ti, NULL) == 0); in main()
111 assert(pthread_join(to, NULL) == 0); in main()
112 assert(pthread_join(ti, NULL) == 0); in main()
125 assert(pthread_join(to, NULL) == 0); in main()
126 assert(pthread_join(ti, NULL) == 0); in main()
139 assert(pthread_join(to, NULL) == 0); in main()
140 assert(pthread_join(ti, NULL) == 0); in main()
H A Drobust4.c114 assert(pthread_join(to, NULL) == 0); in main()
115 assert(pthread_join(ti, NULL) == 0); in main()
137 assert(pthread_join(to, NULL) == 0); in main()
138 assert(pthread_join(ti, NULL) == 0); in main()
160 assert(pthread_join(to, NULL) == 0); in main()
161 assert(pthread_join(ti, NULL) == 0); in main()
183 assert(pthread_join(to, NULL) == 0); in main()
184 assert(pthread_join(ti, NULL) == 0); in main()
/dports/sysutils/squashfs-tools/squashfs4.4/squashfs-tools/
H A Drestore.c88 pthread_join(reader_thread, NULL); in restore_thrd()
100 pthread_join(deflator_thread[i], NULL); in restore_thrd()
112 pthread_join(frag_thread[i], NULL); in restore_thrd()
122 pthread_join(main_thread, NULL); in restore_thrd()
133 pthread_join(frag_deflator_thread[i], NULL); in restore_thrd()
144 pthread_join(order_thread, NULL); in restore_thrd()
155 pthread_join(writer_thread, NULL); in restore_thrd()
/dports/net/nast/nast-0.2.0/ncurses/
H A Dn_comm.c142 pthread_join(thID[5], NULL); in check_pthread()
151 pthread_join(pt[1], NULL); in check_pthread()
157 pthread_join(thID[i], NULL); in check_pthread()
220 pthread_join(pt[1], NULL); in shutdown_thread()
230 pthread_join(thID[5],NULL); in shutdown_thread()
232 pthread_join(thID[i], NULL); in shutdown_thread()
244 pthread_join(thID[i], NULL); in shutdown_thread()
256 pthread_join(thID[i], NULL); in shutdown_thread()
267 pthread_join(thID[i], NULL); in shutdown_thread()
/dports/lang/mono/mono-5.10.1.57/mono/unit-tests/
H A Dtest-conc-hashtable.c95 pthread_join (a, NULL); in parallel_writer_single_reader()
96 pthread_join (b, NULL); in parallel_writer_single_reader()
97 pthread_join (c, NULL); in parallel_writer_single_reader()
163 pthread_join (a, &ra); in single_writer_parallel_reader()
164 pthread_join (b, &rb); in single_writer_parallel_reader()
165 pthread_join (c, &rc); in single_writer_parallel_reader()
260 pthread_join (wa, NULL); in parallel_writer_parallel_reader()
261 pthread_join (wb, NULL); in parallel_writer_parallel_reader()
266 pthread_join (ra, &a); in parallel_writer_parallel_reader()
267 pthread_join (rb, &b); in parallel_writer_parallel_reader()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dpthread_join.texi1 @node pthread_join
2 @section @code{pthread_join}
3 @findex pthread_join
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_join.h…
/dports/net/yaz/yaz-5.31.1/test/
H A Dtest_log_thread.c43 pthread_join(tids[0], 0); in t_test()
44 pthread_join(tids[1], 0); in t_test()
45 pthread_join(tids[2], 0); in t_test()
46 pthread_join(tids[3], 0); in t_test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/tsan/thread_numbers/
H A Dmain.c31 pthread_join(t, NULL); in main()
40 pthread_join(t, NULL); in main()
46 pthread_join(t1, NULL); in main()
47 pthread_join(t2, NULL); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/tsan/thread_numbers/
H A Dmain.c31 pthread_join(t, NULL); in main()
40 pthread_join(t, NULL); in main()
46 pthread_join(t1, NULL); in main()
47 pthread_join(t2, NULL); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/tsan/thread_numbers/
H A Dmain.c31 pthread_join(t, NULL); in main()
40 pthread_join(t, NULL); in main()
46 pthread_join(t1, NULL); in main()
47 pthread_join(t2, NULL); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/tsan/thread_numbers/
H A Dmain.c31 pthread_join(t, NULL); in main()
40 pthread_join(t, NULL); in main()
46 pthread_join(t1, NULL); in main()
47 pthread_join(t2, NULL); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/tsan/thread_numbers/
H A Dmain.c31 pthread_join(t, NULL); in main()
40 pthread_join(t, NULL); in main()
46 pthread_join(t1, NULL); in main()
47 pthread_join(t2, NULL); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/tsan/thread_numbers/
H A Dmain.c31 pthread_join(t, NULL); in main()
40 pthread_join(t, NULL); in main()
46 pthread_join(t1, NULL); in main()
47 pthread_join(t2, NULL); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/tsan/thread_numbers/
H A Dmain.c31 pthread_join(t, NULL); in main()
40 pthread_join(t, NULL); in main()
46 pthread_join(t1, NULL); in main()
47 pthread_join(t2, NULL); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/tsan/thread_numbers/
H A Dmain.c31 pthread_join(t, NULL); in main()
40 pthread_join(t, NULL); in main()
46 pthread_join(t1, NULL); in main()
47 pthread_join(t2, NULL); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dpthread_join.texi1 @node pthread_join
2 @section @code{pthread_join}
3 @findex pthread_join
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_join
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/
H A Dmain.c38 pthread_join(t, NULL); in main()
47 pthread_join(t, NULL); in main()
53 pthread_join(t1, NULL); in main()
54 pthread_join(t2, NULL); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/tsan/thread_numbers/
H A Dmain.c31 pthread_join(t, NULL); in main()
40 pthread_join(t, NULL); in main()
46 pthread_join(t1, NULL); in main()
47 pthread_join(t2, NULL); in main()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/tsan/
H A Dfd_tid_recycled.cc32 pthread_join(t_create, NULL); in main()
37 pthread_join(t_dummy, NULL); in main()
43 pthread_join(t[0], NULL); in main()
44 pthread_join(t[1], NULL); in main()

12345678910>>...259