Searched refs:ready (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm251 @ready = $s->can_read($timeout);
253 @ready = IO::Select->new(@handles)->can_read(0);
259 are ready for reading, writing or have an exception pending.
303 Return an array of handles that are ready for reading. C<TIMEOUT> is
335 which will hold the handles that are ready for reading, writing and have
352 while(@ready = $sel->can_read) {
353 foreach $fh (@ready) {
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c133 static int ready; variable
221 while(ready < nready)
222 process_stream(pstream[ready++]);
234 nready = ready = 0;
257 ready = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm9 my ($running, $ready, $deep, $usrctxt, $evalarg,
52 $ready = 0;
88 return unless $ready;
175 $ready = 1;
530 sub ready { subroutine
532 return $ready = 1;
552 END { $ready = 0 }
578 CLIENT->ready() # call when client setup is done
H A DCGI.pm3976 # a read timeout. If nothing is ready to read
4838 errors may only occur the first time you call I<param()>. Be ready
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreFactory.java194 while (in.ready()) {
334 while (in.ready()) {
H A DSLPConfig.java83 while (rd.ready()) {
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dpubkey.c634 goto ready;
638 ready:
683 goto ready;
688 ready:
728 goto ready;
733 ready:
774 goto ready;
779 ready:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm85 Initialize the internal state of a strap to make it ready for parsing.
639 etc. so it's ready to parse the next file.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs1063 Have a .ucm file ready. You can get it from somewhere or you can write
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A DMakefile[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A DMakefile[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1167 An extension that is built with the above steps is ready to use on
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3478 % ..., ready, GO:
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex4273 % ..., ready, GO:

Completed in 179 milliseconds