*** 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: yield | Section: 9 | Source: NetBSD | File: yield.9
PREEMPT(9) FreeBSD Kernel Developer's Manual PREEMPT(9) NAME preempt, yield - general preempt and yield functions SYNOPSIS #include <sys/sched.h> void preempt(void); #include <sys/proc.h> void yield(void); DESCRIPTION The preempt() function puts the current LWP back on the system run queue and performs an involuntary context switch. The yield() function is mostly same as preempt(), except that it performs a voluntary context switch. These functions drop the kernel lock before switching and re-acquire it before returning. FreeBSD 14.1-RELEASE-p8 July 3, 2007 FreeBSD 14.1-RELEASE-p8

Navigation Options