Searched refs:check_send (Results 1 – 3 of 3) sorted by relevance
107 fn check_send<T: Send>() {} in bounds() function113 check_send::<RwLock<u32>>(); in bounds()117 check_send::<RwLockReadGuard<'_, u32>>(); in bounds()121 check_send::<OwnedRwLockReadGuard<u32, i32>>(); in bounds()125 check_send::<RwLockWriteGuard<'_, u32>>(); in bounds()129 check_send::<RwLockMappedWriteGuard<'_, u32>>(); in bounds()133 check_send::<OwnedRwLockWriteGuard<u32>>(); in bounds()137 check_send::<OwnedRwLockMappedWriteGuard<u32, i32>>(); in bounds()
223 fn check_send<T: Send>() {} in bounds() function231 check_send::<MutexGuard<'_, u32>>(); in bounds()232 check_send::<OwnedMutexGuard<u32>>(); in bounds()
11837 fn check_send(_: &mut impl Send) {} in check_send() function11842 check_send(&mut config); in config_must_be_send()11848 check_send(&mut pipe.client); in connection_must_be_send()