Home
last modified time | relevance | path

Searched defs:park (Results 1 – 25 of 29) sorted by relevance

12

/external/rust/crates/tokio/src/runtime/
Denter.rs150 let mut park = CachedParkThread::new(); localVariable
168 let mut park = CachedParkThread::new(); localVariable
Dpark.rs92 fn park(&mut self) -> Result<(), Self::Error> { in park() method
121 fn park(&self) { in park() method
Ddriver.rs197 fn park(&mut self) -> Result<(), Self::Error> { in park() method
/external/rust/crates/tokio/src/future/
Dblock_on.rs12 let mut park = crate::park::thread::CachedParkThread::new(); localVariable
/external/rust/crates/tokio/src/runtime/thread_pool/
Dworker.rs63 park: Option<Parker>, field
136 let park = park.clone(); in create() localVariable
394 fn park(&self, mut core: Box<Core>) -> Box<Core> { in park() method
413 let mut park = core.park.take().expect("park missing"); in park_timeout() localVariable
568 let park = self.park.as_mut().expect("park missing"); in pre_shutdown() localVariable
578 let mut park = self.park.take().expect("park missing"); in shutdown() localVariable
/external/rust/crates/tokio/src/signal/unix/
Ddriver.rs25 park: IoDriver, field
149 fn park(&mut self) -> Result<(), Self::Error> { in park() method
/external/rust/crates/tokio/src/process/unix/
Ddriver.rs18 park: SignalDriver, field
77 fn park(&mut self) -> Result<(), Self::Error> { in park() method
/external/rust/crates/tokio/src/
Dlib.rs362 mod park; module
/external/rust/crates/tokio/src/park/
Dthread.rs61 fn park(&mut self) -> Result<(), Self::Error> { in park() method
80 fn park(&self) { in park() method
280 fn park(&mut self) -> Result<(), Self::Error> { in park() method
Dmod.rs70 fn park(&mut self) -> Result<(), Self::Error>; in park() method
Deither.rs28 fn park(&mut self) -> Result<(), Self::Error> { in park() function
/external/rust/crates/parking_lot_core/src/thread_parker/
Dmod.rs28 unsafe fn park(&self); in park() method
Dwasm.rs33 unsafe fn park(&self) { in park() method
Dgeneric.rs43 unsafe fn park(&self) { in park() method
Dsgx.rs52 unsafe fn park(&self) { in park() method
Dwasm_atomic.rs74 unsafe fn park(&self) { in park() method
Dlinux.rs64 unsafe fn park(&self) { in park() method
Dredox.rs52 unsafe fn park(&self) { in park() method
Dunix.rs73 unsafe fn park(&self) { in park() method
/external/rust/crates/crossbeam-utils/src/sync/
Dparker.rs106 pub fn park(&self) { in park() method
315 fn park(&self, deadline: Option<Instant>) { in park() method
/external/rust/crates/parking_lot_core/src/thread_parker/windows/
Dmod.rs113 pub unsafe fn park(&self) { in park() method
Dwaitaddress.rs77 pub fn park(&'static self, key: &AtomicUsize) { in park() method
Dkeyed_event.rs122 pub unsafe fn park(&'static self, key: &AtomicUsize) { in park() method
/external/rust/crates/tokio/src/time/driver/
Dmod.rs93 park: P, field
397 fn park(&mut self) -> Result<(), Self::Error> { in park() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DCoroutineScheduler.kt779 private fun park() { in <lambda>() method in kotlinx.coroutines.scheduling.CoroutineScheduler.Worker

12