Searched refs:AtomicNotifierChain (Results 1 – 2 of 2) sorted by relevance
27 - `AtomicNotifierChain`:原子的通知链,不可睡眠,建议用于中断上下文。
99 pub struct AtomicNotifierChain<T>(SpinLock<NotifierChain<T>>); struct101 impl<T> AtomicNotifierChain<T> { impl