Searched defs:WaitQueue (Results 1 – 1 of 1) sorted by relevance
28 pub struct WaitQueue(SpinLock<InnerWaitQueue>); struct31 impl WaitQueue { implementation