delay(9) freebsd man page | unix.com

Man Page: delay

Operating Environment: freebsd

Section: 9

DELAY(9)						   BSD Kernel Developer's Manual						  DELAY(9)

NAME
DELAY -- busy loop for an interval
SYNOPSIS
#include <sys/types.h> #include <sys/systm.h> void DELAY(int delay);
DESCRIPTION
Delay for delay microseconds (1/1000000th of a second).
SEE ALSO
pause(9)
AUTHORS
This manual page was written by Alfred Perlstein.
BSD
April 20, 2013 BSD
Related Man Pages
gnome-session(1) - redhat
saidar(1) - debian
drv_usecwait(9f) - centos
drv_usecwait(9f) - suse
net::sip::simple::rtp(3pm) - debian
Similar Topics in the Unix Linux Community
How do I do a short delay (milliseconds) in a shell script?
Login to server takes time
Openserver 5.0.5 - logon delay
BASH Execution Delay / Speedup
SSH and telnet long delay to recieve prompt.