Home
last modified time | relevance | path

Searched defs:PThreadMutex (Results 1 – 1 of 1) sorted by relevance

/linux/rust/pin-init/examples/
H A Dpthread_mutex.rs32 unsafe impl<T: Send> Send for PThreadMutex<T> {} implementation
23 pub struct PThreadMutex<T> { global() struct
25 rawpthread_mtx::PThreadMutex global() argument
26 datapthread_mtx::PThreadMutex global() argument
28 pinpthread_mtx::PThreadMutex global() argument
31 unsafe impl<T: Send> Send for PThreadMutex<T> {} global() implementation
35 impl<T> PinnedDrop for PThreadMutex<T> { global() implementation
64 impl<T> PThreadMutex<T> { global() implementation