Sections:

All contributions in this site reflect the authors' opinions and they are not necessarily endorsed by, or reflect the beliefs of, anarchyinthetubes, as neither do most of the opinions in other sites.

/sys/doc/ Documentation archive

[manual index][section index]

NAME

delay, microdelay, addclock0link - small delays, clock interrupts

SYNOPSIS

void delay(int n)

void microdelay(int n)

void addclock0link(void(*clockf)(void))

DESCRIPTION

Delay busy waits for n milliseconds, forced to be at least one millisecond.

Microdelay is similar, but busy waits for n microseconds.

For delays on the order of clock ticks, tsleep (see sleep(10.2)) provides a better alternative to the busy waiting of these routines.

Addclock0link adds clockf to a list of functions to be executed at each clock interrupt.

SEE ALSO

sleep(10.2)

DELAY(10.2) Rev:  Tue Jan 29 13:11:34 GMT 2008
original page
cat.4l77.com