Home
last modified time | relevance | path

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

/third_party/rust/rust/library/std/src/sys/windows/locks/
Drwlock.rs29 pub fn try_write(&self) -> bool { in try_write() method
/third_party/rust/rust/library/std/src/sys/unsupported/locks/
Drwlock.rs47 pub fn try_write(&self) -> bool { in try_write() method
/third_party/rust/rust/library/std/src/sys/solid/
Drwlock.rs62 pub fn try_write(&self) -> bool { in try_write() method
/third_party/rust/rust/library/std/src/sys/unix/locks/
Dpthread_rwlock.rs162 pub unsafe fn try_write(&self) -> bool { in try_write() method
Dfutex_rwlock.rs145 pub fn try_write(&self) -> bool { in try_write() method
/third_party/rust/rust/compiler/rustc_data_structures/src/
Dsync.rs664 pub fn try_write(&self) -> Result<WriteGuard<'_, T>, ()> { in try_write() method
670 pub fn try_write(&self) -> Result<WriteGuard<'_, T>, ()> { in try_write() method
/third_party/rust/rust/library/std/src/sys/sgx/
Drwlock.rs94 pub fn try_write(&self) -> bool { in try_write() method
/third_party/rust/rust/library/std/src/sync/
Drwlock.rs342 pub fn try_write(&self) -> TryLockResult<RwLockWriteGuard<'_, T>> { in try_write() method