Skip to main content

MutexHandle

Type Alias MutexHandle 

Source
pub type MutexHandle = pthread_mutex_t;
Expand description

Backing handle for crate::os::Mutex/crate::os::RawMutex: a bare pthread_mutex_t, with no condition variable attached since a mutex has nothing to wait on beyond acquiring the lock itself.

Aliased Typeยง

pub struct MutexHandle { /* private fields */ }