Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/loom/std/
Drwlock.rs41 pub(crate) fn try_write(&self) -> Option<RwLockWriteGuard<'_, T>> { in try_write() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/
H A Dteeos.rs31 pub unsafe fn try_write(&self) -> bool { in try_write() method
H A Dno_threads.rs47 pub fn try_write(&self) -> bool { in try_write() method
H A Dsolid.rs64 pub fn try_write(&self) -> bool { in try_write() method
H A Dfutex.rs145 pub fn try_write(&self) -> bool { in try_write() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/
H A Dteeos.rs31 pub unsafe fn try_write(&self) -> bool { in try_write() method
H A Dno_threads.rs47 pub fn try_write(&self) -> bool { in try_write() method
H A Dsolid.rs62 pub fn try_write(&self) -> bool { in try_write() method
H A Dfutex.rs145 pub fn try_write(&self) -> bool { in try_write() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/
H A Dteeos.rs31 pub unsafe fn try_write(&self) -> bool { in try_write() method
H A Dno_threads.rs47 pub fn try_write(&self) -> bool { in try_write() method
H A Dsolid.rs64 pub fn try_write(&self) -> bool { in try_write() method
H A Dfutex.rs145 pub fn try_write(&self) -> bool { in try_write() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/
H A Dteeos.rs31 pub unsafe fn try_write(&self) -> bool { in try_write() method
H A Dno_threads.rs47 pub fn try_write(&self) -> bool { in try_write() method
H A Dsolid.rs64 pub fn try_write(&self) -> bool { in try_write() method
H A Dfutex.rs145 pub fn try_write(&self) -> bool { in try_write() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/
H A Dteeos.rs31 pub unsafe fn try_write(&self) -> bool { in try_write() method
H A Dno_threads.rs47 pub fn try_write(&self) -> bool { in try_write() method
H A Dsolid.rs62 pub fn try_write(&self) -> bool { in try_write() method
H A Dfutex.rs145 pub fn try_write(&self) -> bool { in try_write() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/loom/
Dmocked.rs60 pub(crate) fn try_write(&self) -> Option<RwLockWriteGuard<'_, T>> { in try_write() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/windows/
Dnamed_pipe.rs748 pub fn try_write(&self, buf: &[u8]) -> io::Result<usize> { in try_write() method
1538 pub fn try_write(&self, buf: &[u8]) -> io::Result<usize> { in try_write() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/unix/
Dsplit.rs245 pub fn try_write(&self, buf: &[u8]) -> io::Result<usize> { in try_write() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/tcp/
Dsplit.rs334 pub fn try_write(&self, buf: &[u8]) -> io::Result<usize> { in try_write() method

12