Home
last modified time | relevance | path

Searched refs:BlockingNotifierChain (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/docs/kernel/core_api/
Dnotifier_chain.md28 - `BlockingNotifierChain`:可阻塞的通知链,可以睡眠,建议用在进程上下文。
33   `BlockingNotifierChain` 暂时没实现可睡眠的功能。
/DragonOS-0.1.8/kernel/src/libs/
Dnotifier.rs137 pub struct BlockingNotifierChain<T>(RwLock<NotifierChain<T>>); struct
139 impl<T> BlockingNotifierChain<T> { implementation