Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

DELAY — busy loop for an interval

Authors

       This manual page was written by Alfred Perlstein.

Debian                                           April 20, 2013                                         DELAY(9)

Description

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

Name

       DELAY — busy loop for an interval

See Also

pause(9)

Synopsis

#include<sys/types.h>#include<sys/systm.h>voidDELAY(intdelay);

See Also