Changeset View
Changeset View
Standalone View
Standalone View
share/man/man9/sleepqueue.9
| Show First 20 Lines • Show All 377 Lines • ▼ Show 20 Lines | |||||
| The sleep queue interface is currently used to implement the | The sleep queue interface is currently used to implement the | ||||
| .Xr sleep 9 | .Xr sleep 9 | ||||
| and | and | ||||
| .Xr condvar 9 | .Xr condvar 9 | ||||
| interfaces. | interfaces. | ||||
| Almost all other code in the kernel should use one of those interfaces rather | Almost all other code in the kernel should use one of those interfaces rather | ||||
| than manipulating sleep queues directly. | than manipulating sleep queues directly. | ||||
| .Sh SEE ALSO | .Sh SEE ALSO | ||||
| .Xr callout 9 , | |||||
| .Xr condvar 9 , | .Xr condvar 9 , | ||||
| .Xr runqueue 9 , | .Xr runqueue 9 , | ||||
| .Xr scheduler 9 , | .Xr scheduler 9 , | ||||
| .Xr sleep 9 , | .Xr sleep 9 | ||||
| .Xr timeout 9 | |||||