Searched defs:RawReentrantMutex (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/lock_api/src/ |
D | remutex.rs | 67 pub struct RawReentrantMutex<R, G> { struct 74 unsafe impl<R: RawMutex + Send, G: GetThreadId + Send> Send for RawReentrantMutex<R, G> {} implementation 75 unsafe impl<R: RawMutex + Sync, G: GetThreadId + Sync> Sync for RawReentrantMutex<R, G> {} implementation 77 impl<R: RawMutex, G: GetThreadId> RawReentrantMutex<R, G> { impl 154 impl<R: RawMutexFair, G: GetThreadId> RawReentrantMutex<R, G> { implementation 194 impl<R: RawMutexTimed, G: GetThreadId> RawReentrantMutex<R, G> { implementation
|