Searched refs:chain (Results 1 – 3 of 3) sorted by relevance
47 if futex.chain.is_empty() { in try_remove()61 chain: LinkedList<Arc<FutexObj>>, field67 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 …]
59 - feature: 实现内核通知链 notifier chain (#316)220 实现内核通知链 notifier chain (#316)226 * 实现 atomic notifier chain228 * 实现 blocking notifier chain
537 The other way to build programs is to chain commands from the instruction