DragonFly On-Line Manual Pages

Search: Section:  


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

NAME

DELAY -- busy loop for an interval

SYNOPSIS

#include <sys/systm.h> void DELAY(int delay);

DESCRIPTION

Delay for delay microseconds (1/1000000th of a second).

AUTHORS

This man page was written by Alfred Perlstein. DragonFly 3.5 November 21, 2000 DragonFly 3.5

Search: Section: