Searched refs:join (Results 26 - 50 of 100) sorted by relevance

1234

/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/condition_variable/members/
H A D3.cc59 t.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/condition_variable_any/
H A D53830.cc65 thread1.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/this_thread/
H A D4.cc53 t.join();
H A D3.cc53 t.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/thread/cons/
H A D2.cc41 // thread join
42 // thread join postcondition not joinable
43 // thread join postcondition function called correctly
55 t.join();
H A D3.cc63 t1.join();
73 t2.join();
H A D4.cc60 t1.join();
69 t2.join();
H A D5.cc50 t1.join();
59 t2.join();
/haiku-buildtools/autoconf/bin/
H A Difnames.in133 print "$_ ", join (' ', sort keys %{$occurrence{$_}}), "\n";
H A Dautoupdate.in182 print STDERR join (' ', sort keys %ac_macros) . "\n\n";
184 print STDERR join (' ', sort keys %au_macros) . "\n\n";
225 $autoconf .= join (' --include=', '', @include);
226 $autoconf .= join (' --prepend-include=', '', @prepend_include);
233 's/\b(' . join ('|', keys %au_macros) . ')\b/_au_m4_changequote([,])$1/g';
398 . join (' --include=', '', reverse (@prepend_include))
399 . join (' --include=', '', @include)
H A Dautoreconf.in187 $autoconf .= join (' --include=', '', @include);
188 $autoconf .= join (' --prepend-include=', '', @prepend_include);
189 $autoheader .= join (' --include=', '', @include);
190 $autoheader .= join (' --prepend-include=', '', @prepend_include);
237 my $warn = ' --warnings=' . join (',', @warning);
453 . join (' --trace=', '',
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmultithreaded_swap.cc92 t2.join();
93 t1.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/lock/
H A D2.cc50 t1.join();
51 t2.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/thread/swap/
H A D1.cc48 t2.join();
75 t2.join();
/haiku-buildtools/binutils/gas/testsuite/gas/rx/
H A Dexplode165 print "\033[0m$a, ", join('', @l), ", (", join("\033[31m;\033[0m", @parms), ")\n" if $t;
166 return ($a, join('',@l), @parms);
181 print "$a, <null>, (", join(';', @parms), ")\n" if $t;
/haiku-buildtools/gcc/contrib/
H A Dcheck_makefile_deps.sh79 missing_deps=`LC_ALL=C join -v 1 hdrs deps`
80 unneeded_deps=`LC_ALL=C join -v 2 hdrs deps | $EGREP -v "$hidden_dep_files" || :`
/haiku-buildtools/gcc/zlib/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
92 print "(\n" . join(",\n", @outParams) . ")\n";
/haiku-buildtools/binutils/zlib/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
92 print "(\n" . join(",\n", @outParams) . ")\n";
/haiku-buildtools/gcc/gcc/jit/docs/
H A Dconf.py50 path = os.path.join(gcc_srcdir, name)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/condition_variable/
H A D54185.cc59 vec[i].join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/packaged_task/members/
H A Dat_thread_exit.cc58 t.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit.cc63 t.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/promise/
H A D60966.cc66 t.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/
H A D3.cc64 t.join();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtree_order_statistics_join.cc37 // This example shows how join operations still maintain node
77 // Now join s0 and s1.
78 s0.join(s1);

Completed in 197 milliseconds

1234