Searched refs:CoreLatch (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/rayon-core/src/ |
D | latch.rs | 47 fn as_core_latch(&self) -> &CoreLatch; in as_core_latch() argument 68 pub(super) struct CoreLatch { struct 72 impl CoreLatch { impl 84 self as *const CoreLatch as usize in addr() constant 142 core_latch: CoreLatch, 156 core_latch: CoreLatch::new(), in new() 182 fn as_core_latch(&self) -> &CoreLatch { in as_core_latch() argument 279 core_latch: CoreLatch, 287 core_latch: CoreLatch::new(), in new() 326 fn as_core_latch(&self) -> &CoreLatch { in as_core_latch() argument
|
D | registry.rs | 2 use crate::latch::{AsCoreLatch, CoreLatch, CountLatch, Latch, LockLatch, SpinLatch}; 709 unsafe fn wait_until_cold(&self, latch: &CoreLatch) { in wait_until_cold() argument
|
/external/rust/crates/rayon-core/src/sleep/ |
D | mod.rs | 4 use crate::latch::CoreLatch; 73 pub(super) fn start_looking(&self, worker_index: usize, latch: &CoreLatch) -> IdleState { in start_looking() 105 latch: &CoreLatch, in no_work_found() argument 141 latch: &CoreLatch, in sleep() argument
|