Searched refs:Platform (Results 1 – 1 of 1) sorted by relevance
266 pub struct LockedPlatform(SpinLock<Platform>);273 LockedPlatform(SpinLock::new(Platform::new())) in new()329 pub struct Platform { struct336 impl Platform { impl