Module poll
kernel
Module poll
Module Items
Structs
In kernel::
sync
Modules
lock
poll
Macros
global_lock
new_condvar
Structs
Arc
ArcBorrow
CondVar
GlobalGuard
GlobalLock
GlobalLockedBy
LockClassKey
LockedBy
UniqueArc
Enums
CondVarTimeoutResult
Traits
GlobalLockBackend
kernel
::
sync
Module
poll
Copy item path
Settings
Help
Summary
Source
Expand description
Utilities for working with
struct poll_table
.
Structs
§
Poll
Cond
Var
A wrapper around
CondVar
that makes it usable with
PollTable
.
Poll
Table
Wraps the kernel’s
struct poll_table
.