*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: delay | Section: 9 | Source: NetBSD | File: delay.9
DELAY(9) FreeBSD Kernel Developer's Manual DELAY(9) NAME delay, DELAY - microsecond delay SYNOPSIS #include <sys/param.h> void delay(unsigned int us); void DELAY(unsigned int us); DESCRIPTION Wait approximately us microseconds. The delay is implemented as a machine loop, preventing events other than interrupt handlers for unmasked interrupts to run. DELAY() is reentrant (doesn't modify any global kernel or machine state) and is safe to use in interrupt or process context. For long delays, condition variables should be considered, however they can only be used from process context and their resolution is limited by the system clock frequency. SEE ALSO condvar(9), hz(9), kpause(9) FreeBSD 14.1-RELEASE-p8 July 20, 2011 FreeBSD 14.1-RELEASE-p8

Navigation Options