sel4_
sync
0.1.0
Mutex
Sync
Ops
Required Methods
signal
wait
Implementors
In crate sel4_
sync
sel4_sync
Trait
MutexSyncOps
Copy item path
Source
pub trait MutexSyncOps { // Required methods fn
signal
(&self);
fn
wait
(&self); }
Required Methods
§
Source
fn
signal
(&self)
Source
fn
wait
(&self)
Implementors
§
Source
§
impl<O:
MutexSyncOpsWithNotification
>
MutexSyncOps
for O