Home
last modified time | relevance | path

Searched refs:RwLockReadGuardRef (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/parking_lot/src/
H A Dlib.rs58 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/parking_lot-0.4.8/src/
H A Dlib.rs66 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
/dports/audio/lewton/lewton-0.10.2/cargo-crates/parking_lot-0.4.8/src/
H A Dlib.rs66 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
/dports/devel/texlab/texlab-3.3.0/cargo-crates/parking_lot-0.4.8/src/
H A Dlib.rs66 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/owning_ref/
H A Dtests.rs104 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
142 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
H A Dmod.rs1161 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/owning_ref/
H A Dtests.rs104 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
142 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
H A Dmod.rs1161 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/owning_ref/
H A Dtests.rs104 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
142 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/owning_ref/
H A Dtests.rs104 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
142 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/owning_ref-0.3.3/src/
H A Dlib.rs1106 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1276 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1312 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/owning_ref/src/
H A Dlib.rs1106 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1276 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1312 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/owning_ref-0.3.3/src/
H A Dlib.rs1106 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1276 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1312 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs1119 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1296 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1332 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs1119 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1296 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1332 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/owning_ref-0.3.3/src/
H A Dlib.rs1106 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1276 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1312 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/games/dose-response/dose-response-179c326/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs1119 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1296 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1332 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs1119 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1296 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1332 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/owning_ref/src/
H A Dlib.rs1119 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1296 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1332 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs1119 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>;
1296 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef};
1332 let a = RwLockReadGuardRef::new(a.read().unwrap());
/dports/www/firefox/firefox-99.0/third_party/rust/owning_ref/src/
H A Dlib.rs1184 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1361 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1397 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/owning_ref/src/
H A Dlib.rs1184 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1361 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1397 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/owning_ref-0.4.1/src/
H A Dlib.rs1184 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1361 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1397 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/owning_ref/src/
H A Dlib.rs1184 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1361 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1397 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/owning_ref-0.4.1/src/
H A Dlib.rs1184 pub type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>; typedef
1361 use super::super::{MutexGuardRef, RwLockReadGuardRef, RwLockWriteGuardRef}; in raii_locks()
1397 let a = RwLockReadGuardRef::new(a.read().unwrap()); in raii_locks()

12