Home
last modified time | relevance | path

Searched refs:check_sync (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/tokio/src/sync/
Drwlock.rs108 fn check_sync<T: Sync>() {} in bounds() function
114 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()
/external/autotest/client/site_tests/video_AVAnalysis/
Dconfig_template.txt23 av_sync: $check_sync
Dvideo_AVAnalysis.py60 self.tst_info.check_sync = 'false'
/external/rust/crates/quiche/src/
Dlib.rs11851 fn check_sync(_: &mut impl Sync) {} in check_sync() function
11856 check_sync(&mut config); in config_must_be_sync()
11862 check_sync(&mut pipe.client); in connection_must_be_sync()