Point out that tsleep(... , 0) is not permitted if the Giant lock is not
held. (It causes a "sleeping without a mutex" assertion failure in msleep.) MFC after: 3 days
This commit is contained in:
parent
2ecef44547
commit
69e3b33000
@ -95,6 +95,11 @@ runnable with the specified
|
||||
Sleeps at most
|
||||
.Fa timo
|
||||
\&/ hz seconds (0 means no timeout).
|
||||
If the
|
||||
.Va Giant
|
||||
lock is not held, then
|
||||
.Fa timo
|
||||
must be non-zero.
|
||||
If
|
||||
.Fa priority
|
||||
includes the
|
||||
|
Loading…
x
Reference in New Issue
Block a user