Searched refs:join (Results 1 - 25 of 154) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/tools/join/
H A DMakefile3 HOSTPROGNAME= ${_TOOL_PREFIX}join
4 HOST_SRCDIR= usr.bin/join
/netbsd-6-1-5-RELEASE/usr.bin/join/
H A DMakefile4 PROG= join
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dcompiler.c48 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__} -]
50 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
56 set compiler_info [join {hpcc __HP_CXD_SPP} -]
61 set compiler_info [join {hpcc __HP_cc} -]
65 set compiler_info [join {hpacc __HP_aCC} -]
71 set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
75 set compiler_info [join {armcc __ARMCC_VERSION} -]
H A Dcompiler.cc36 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__} -]
38 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
44 set compiler_info [join {hpcc __HP_CXD_SPP} -]
49 set compiler_info [join {hpcc __HP_cc} -]
53 set compiler_info [join {hpacc __HP_aCC} -]
59 set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
63 set compiler_info [join {armcc __ARMCC_VERSION} -]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
H A Dsplit_join_fn_imps.hpp48 join(PB_ASSOC_CLASS_C_DEC& r_other) function in class:PB_ASSOC_CLASS_C_DEC
50 return (my_base::join(r_other));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dmember7.C13 Join join; local
14 join.Left::method<int>();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dstrp2.c12 #define join(c, d) in_between(c hash_hash d) macro
14 const char p[] = join(x, y);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dmember7.C13 Join join; local
14 join.Left::method<int>();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dstrp2.c12 #define join(c, d) in_between(c hash_hash d) macro
14 const char p[] = join(x, y);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/call_once/
H A D39909.cc51 t1.join();
52 t2.join();
53 t3.join();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/shared_future/members/
H A Dwait.cc47 t1.join();
48 t2.join();
49 t3.join();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/thread/members/
H A D4.cc38 t.join();
H A D1.cc40 t.join();
H A D3.cc40 t.join();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp65 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
73 base_type::join(other);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/thread/cons/
H A D6.cc38 // thread join
39 // thread join postcondition function called correctly
48 t.join();
H A D9.cc60 t1.join();
66 t2.join();
H A D7.cc55 t.join();
H A D8.cc55 t.join();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtree_join.cc34 * An example showing how to join splay_tree_map objects.
39 * This example shows how to join tree based containers, i.e., taking two
75 // possible to join the two tables. This is exception free.
76 h0.join(h1);
91 // Now perform an illegal join.
94 // join h2, and h3 should result in an exception.
98 h2.join(h3);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/pb_assoc/example/
H A Dtree_join.cc42 * An example showing how to join splay_tree_map objects.
81 * it is possible to join the two tables. This is exception free.
84 h0.join(h1);
91 // Now perform an illegal join.
104 * to join h2, and h3 should result in an exception.
111 h2.join(h3);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/future/members/
H A Dwait.cc47 t1.join();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/packaged_task/members/
H A Dinvoke5.cc44 t1.join();
/netbsd-6-1-5-RELEASE/external/zlib/pigz/dist/
H A Dyarn.h45 thread *thread; identifier for launched thread, used by join
57 join(thread) - join a thread and by joining end it, waiting for the thread
59 launch() (don't try to join the same thread more than once)
60 n = join_all() - join all threads launched by launch() that are not joined
65 of join() have completed)
66 destruct(thread) - terminate the thread in mid-execution and join it
119 void join(thread *);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpython-config.py14 '|'.join('--'+opt for opt in valid_opts))
57 print to_unix_path(' '.join(flags))
76 print to_unix_path(' '.join(libs))

Completed in 191 milliseconds

1234567