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