Document SLEEPQ_PAUSE.

This commit is contained in:
John Baldwin 2007-03-09 18:06:36 +00:00
parent 0a1d8ac624
commit 32d2c58bd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167377

View File

@ -173,7 +173,7 @@ The
parameter is a bitmask consisting of the type of sleep queue being slept on
and zero or more optional flags.
.Pp
There are currently two types of sleep queues:
There are currently three types of sleep queues:
.Pp
.Bl -tag -width ".Dv SLEEPQ_CONDVAR" -compact
.It Dv SLEEPQ_CONDVAR
@ -184,6 +184,9 @@ A sleep queue used to implement
.Xr wakeup 9
and
.Xr wakeup_one 9 .
.It Dv SLEEPQ_PAUSE
A sleep queue used to implement
.Xr pause 9 .
.El
.Pp
There is currently only one optional flag: