Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/futex/
H A Dfutex.rs47 if futex.chain.is_empty() { in try_remove()
61 chain: LinkedList<Arc<FutexObj>>, field
67 self.chain in contains()
80 self.chain.push_back(futex_q); in sleep_no_sched()
99 while let Some(futex_q) = self.chain.pop_front() { in wake_up()
105 self.chain.push_back(futex_q); in wake_up()
122 self.chain.push_back(futex_q); in wake_up()
126 if pop_count >= self.chain.len() { in wake_up()
135 self.chain in remove()
244 chain: LinkedList::new(), in futex_wait()
[all …]
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.8.md59 - feature: 实现内核通知链 notifier chain (#316)
220 实现内核通知链 notifier chain (#316)
226 * 实现 atomic notifier chain
228 * 实现 blocking notifier chain