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

delaybusy-wait for an interval

#include <sys/param.h>

void
delay(int interval);

The () function busy-waits for at least interval microseconds.

timeout(9), tsleep(9)

OpenBSD 7.8 June 27, 2019 DELAY(9)