kernel
0.1.0
Module lock
Structs
Constants
Functions
In kernel::sync::spin
?
Module
kernel
::
sync
::
spin
::
lock
source
·
[
−
]
Structs
Lock
🔒
A raw spin lock, provides
read_lock
,
read_unlock
,
write_lock
, and
write_unlock
Constants
MASK
🔒
MAX_READERS
🔒
READ_LOCKED
🔒
UNLOCKED
🔒
WRITE_LOCKED
🔒
Functions
is_read_lockable
🔒