Searched refs:check_sync (Results 1 – 4 of 4) sorted by relevance
108 fn check_sync<T: Sync>() {} in bounds() function114 check_sync::<RwLock<u32>>(); in bounds()118 check_sync::<RwLockReadGuard<'_, u32>>(); in bounds()122 check_sync::<OwnedRwLockReadGuard<u32, i32>>(); in bounds()126 check_sync::<RwLockWriteGuard<'_, u32>>(); in bounds()130 check_sync::<RwLockMappedWriteGuard<'_, u32>>(); in bounds()134 check_sync::<OwnedRwLockWriteGuard<u32>>(); in bounds()138 check_sync::<OwnedRwLockMappedWriteGuard<u32, i32>>(); in bounds()
23 av_sync: $check_sync
60 self.tst_info.check_sync = 'false'
11851 fn check_sync(_: &mut impl Sync) {} in check_sync() function11856 check_sync(&mut config); in config_must_be_sync()11862 check_sync(&mut pipe.client); in connection_must_be_sync()