Skip to main content

Module sync

Module sync 

Source
Expand description

Synchronization primitives.

Re-exports§

pub use self::mutex::Mutex;
pub use self::mutex::MutexGuard;
pub use self::once::Once;
pub use self::semaphore::Semaphore;

Modules§

barrier
cond
mutex
once
pthread_mutex
rwlock
semaphore
waitval

Enums§

AttemptStatus
FutexWaitResult

Traits§

FutexAtomicTy
FutexTy

Functions§

futex_wait
futex_wait_ptr
futex_wake
futex_wake_ptr
rttime
wait_until_generic