Home
last modified time | relevance | path

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

/external/rust/crates/crossbeam-deque/src/
Ddeque.rs1112 fn wait_next(&self) -> *mut Block<T> { in wait_next() method
1353 let next = (*block).wait_next(); in steal()
1472 let next = (*block).wait_next(); in steal_batch()
1630 let next = (*block).wait_next(); in steal_batch_and_pop()
/external/rust/crates/crossbeam-channel/src/flavors/
Dlist.rs85 fn wait_next(&self) -> *mut Block<T> { in wait_next() method
359 let next = (*block).wait_next(); in start_recv()