Searched defs:ready (Results 1 - 2 of 2) sorted by relevance

/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
/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;

Completed in 24 milliseconds