Home
last modified time | relevance | path

Searched defs:LockFreeFlags (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.9/kernel/src/libs/
Dlock_free_flags.rs11 pub struct LockFreeFlags<T> { struct
15 impl<T> LockFreeFlags<T> { argument
35 unsafe impl<T: Sync> Sync for LockFreeFlags<T> {} implementation
36 unsafe impl<T: Send> Send for LockFreeFlags<T> {} implementation
38 impl<T: Clone> Clone for LockFreeFlags<T> { implementation
44 impl<T: Debug> Debug for LockFreeFlags<T> { implementation