Searched refs:LockClassKey (Results 1 – 5 of 5) sorted by relevance
38 pub struct LockClassKey { struct45 unsafe impl Sync for LockClassKey {} implementation47 impl LockClassKey { impl90 impl PinnedDrop for LockClassKey { implementation103 static CLASS: $crate::sync::LockClassKey =
11 sync::{CondVar, LockClassKey},76 pub fn new(name: &'static CStr, key: Pin<&'static LockClassKey>) -> impl PinInit<Self> { in new()
8 use super::{lock::Backend, lock::Guard, LockClassKey};103 pub fn new(name: &'static CStr, key: Pin<&'static LockClassKey>) -> impl PinInit<Self> { in new()
8 use super::LockClassKey;134 key: Pin<&'static LockClassKey>, in new() argument
10 sync::{LockClassKey, LockedBy},30 fn get_lock_class() -> Pin<&'static LockClassKey>; in get_lock_class()277 fn get_lock_class() -> Pin<&'static $crate::sync::LockClassKey> {