Query: delay
OS: freebsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DELAY(9) BSD Kernel Developer's Manual DELAY(9)NAMEDELAY -- busy loop for an intervalSYNOPSIS#include <sys/types.h> #include <sys/systm.h> void DELAY(int delay);DESCRIPTIONDelay for delay microseconds (1/1000000th of a second).SEE ALSOpause(9)AUTHORSThis manual page was written by Alfred Perlstein.BSDApril 20, 2013 BSD