Searched refs:waited (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dfork.t193 while (wait() != -1) { print "waited\n" }
202 waited
203 waited
204 waited
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dlock.c722 int waited; local
738 waited = 0;
750 if (waited)
801 waited = 1;
/openbsd-current/usr.sbin/fw_update/
H A Dfw_update.sh300 my $waited = 0;
305 $waited++;
315 say "$$ $waited";
/openbsd-current/sys/dev/usb/
H A Dusb.c789 struct timeval now, waited; local
817 timersub(&now, &sc->sc_ptime, &waited);
818 waited_ms = waited.tv_sec * 1000 + waited.tv_usec / 1000;
/openbsd-current/gnu/usr.bin/perl/lib/
H A DThread.pm258 The C<eval> method wrapped an C<eval> around a C<join>, and so waited for a

Completed in 82 milliseconds