Searched refs:waitfor (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/
H A DHiRes.t35 my $waitfor = 60; # 10 seconds is normal.
44 sleep($waitfor);
45 warn "\n$0: overall time allowed for tests (${waitfor}s) exceeded\n";
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c673 (void) waitfor(pid);
3903 st = waitfor(mci->mci_pid);
5224 ** around so that the waitfor() below will get it.
5634 st = waitfor(pid);
H A Dsendmail.h2738 extern int waitfor __P((pid_t));
H A Dusersmtp.c817 (void) waitfor(pid);
H A Dconf.c2654 waitfor(pid) function
H A Dreadcf.c1171 (void) waitfor(pid);
H A Dmap.c6391 status = waitfor(pid);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c4021 struct timeval waitfor = {0, 100000}; /* You have 0.1 seconds */ local
4029 got = PerlSock_select(max + 1, &rset, NULL, NULL, &waitfor);

Completed in 125 milliseconds