DOKK / manpages / debian 10 / freebsd-manpages / DELAY.9freebsd.en
DELAY(9) Kernel Developer's Manual DELAY(9)

DELAYbusy loop for an interval

#include <sys/types.h>
#include <sys/systm.h>

void
DELAY(int delay);

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

pause(9)

This manual page was written by Alfred Perlstein.

April 20, 2013 Debian