mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
Document SLEEPQ_PAUSE.
This commit is contained in:
parent
0a1d8ac624
commit
32d2c58bd6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167377
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user