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 D | Select.pm | 251 @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 D | mkservice.c | 133 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 D | DB.pm | 9 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 D | CGI.pm | 3976 # 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 D | ServiceStoreFactory.java | 194 while (in.ready()) { 334 while (in.ready()) {
|
H A D | SLPConfig.java | 83 while (rd.ready()) {
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | pubkey.c | 634 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 D | Straps.pm | 85 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 D | enc2xs | 1063 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 D | Makefile | [all...] |
/osnet-11/usr/src/grub/grub2/build-bios/ |
H A D | Makefile | [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MakeMaker.pm | 1167 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 D | texinfo.tex | 3478 % ..., ready, GO:
|
/osnet-11/usr/src/grub/grub2/docs/ |
H A D | texinfo.tex | 4273 % ..., ready, GO:
|
Completed in 179 milliseconds