Home
last modified time | relevance | path

Searched refs:joined (Results 1 – 23 of 23) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/threads/t/
Dstress_cv.t46 ok($i++,1,"Thread joined");
Dstress_string.t49 ok($i++,1,"Thread joined");
Dstress_re.t51 ok($i++,1,"Thread joined");
Djoin.t145 $ok++ if($@ =~/Thread already joined/);
/mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/t/
Dcond.t146 ok(5,1,"cond_signal: joined");
171 ok(5,1,"cond_signal: ref: joined");
/mirbsd/src/lib/libssl/src/doc/crypto/
Dbio.pod34 BIOs can be joined together to form a chain (a single BIO is a chain
/mirbsd/src/usr.sbin/httpd/src/main/
Dalloc.c431 struct pool *joined; member
779 while (a->joined) {
780 a = a->joined;
805 while (p->joined) {
806 p = p->joined;
808 sub->joined = p;
/mirbsd/src/gnu/usr.bin/perl/lib/unicore/
DArabicShaping.txt37 # PropertyValueAliases.txt, consists of the same name parts joined by
/mirbsd/src/usr.bin/vi/catalog/
Denglish.base287 296 "joined"
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlothrtut.pod381 joined. If your program never joins, the errors appear when your
395 eval() passes any results from the joined thread back unmodified, so
426 Once a thread is detached, it may not be joined, and any output that
Dperlthrtut.pod310 Once a thread is detached, it may not be joined, and any return data
Dperlpodspec.pod1007 optional parsing of groups of words joined by NBSP's as if each group
Dperlhack.pod2183 are joined by '|' and you cannot supply a list of files, instead
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dmmo.texi297 lower area be less than @samp{0x40000000} bytes long, it is joined
/mirbsd/src/share/zoneinfo/datfiles/
Deurope920 # Greenland joined the EU as part of Denmark, obtained home rule on 1979-05-01,
1322 # go with EU instead, since Greece joined it on Jan 1.
3330 # than listed in 'europe': Switzerland, for example, joined DST
3352 # In 1981 UK joined Europe insofar that
Dnorthamerica871 # Clinton County has joined Wayne County in asking the DoT to change from
/mirbsd/src/gnu/share/
Dm4sugar.inc1821 # Each pair is joined with INFIX, and pairs are separated by SEPARATOR.
/mirbsd/src/usr.bin/vi/docs/
Dchangelog240 + Fix bug where ex/vi messages weren't being joined.
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dinternals.texi702 be generated, the frag chains are joined into one per section for further
/mirbsd/src/lib/libssl/src/doc/
Dssleay.txt4765 Put a \ at the end of each line and it will be joined with the
6047 These aliases can be joined in a : separated list which specifies to
/mirbsd/src/share/dict/
Dweb2a14725 cross-joined
29851 ill-joined
62137 tail-joined
70650 wainscot-joined
72159 well-joined
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES2171 joined (report by LV) -TD
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.00519127 passed in to threads and return values for joined threads.