Searched defs:sleep (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_umountall.sh64 # /usr/bin/sleep -k, to sleep after an fuser -c -k on the mountpoint
122 sleep () { function
123 : # No need to show where we'd sleep
213 sleep () { function
217 if [ ! -x /usr/bin/sleep ]; then
218 sleep () { function
219 echo "umountall: sleep after fuser -k skipped (no /usr)" 1>&2
352 sleep 2
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dsleep.c33 sleep (unsigned int seconds) function
48 # undef sleep macro
50 /* Guarantee unlimited sleep and a reasonable return value. Cygwin
51 1.5.x rejects attempts to sleep more than 49.7 days (2**32
64 result = sleep (limit);
68 return sleep (seconds);
73 #error "Please port gnulib sleep.c to your platform, possibly using usleep() or select(), then report this to bug-gnulib."
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dclock.c484 ** SLEEP -- a version of sleep that works with this stuff
486 ** Because Unix sleep uses the alarm facility, I must reimplement
490 ** intvl -- time to sleep.
511 sleep(intvl) function
546 syslog(LOG_ERR, "sleep: interval=%u exceeds max value %d",
572 syslog(LOG_ERR, "sleep: sm_setevent(%u) failed", intvl);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dsleep.c22 * sleep delay
29 #define sleep ______sleep macro
31 #undef sleep macro
39 # define sleep _ast_sleep macro
136 unsigned int sleep(unsigned int sec) function
183 sleep(n);
209 sleep(n);
221 sleep(n);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c57 void sleep(int secs) function
71 printf("<sleep>\n");
72 return sleep(secs);
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dportable.h404 #define sleep(a) Sleep( a*1000 ) macro
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c57 Define sleep() to be Sleep() for Windows compatibility
215 #define sleep(X) Sleep((X) * 1000) macro
404 sleep(1); // Sleep a bit, then try again
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h473 # define sleep PerlProc_sleep macro
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c50 #pragma weak _sleep = sleep
397 * temporary mask before the thread goes to sleep. If
681 sleep(unsigned int sec) function
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h392 # define BROKEN_PTHREAD_SLEEP 1 /* sleep after pthread_create() fails */
700 # define sleep sleepX macro
793 # define sleep sleepX macro

Completed in 60 milliseconds