Searched defs:AtomicNotifierChain (Results 1 – 1 of 1) sorted by relevance
106 pub struct AtomicNotifierChain<V: Clone + Copy, T>(SpinLock<NotifierChain<V, T>>); struct108 impl<V: Clone + Copy, T> Default for AtomicNotifierChain<V, T> { implementation114 impl<V: Clone + Copy, T> AtomicNotifierChain<V, T> { impl