Home
last modified time | relevance | path

Searched defs:Parker (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dyield.rs23 struct Parker { struct
27 impl Parker { implementation
28 fn new(size: usize) -> Parker { in new()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblock_on.rs71 pub(crate) struct Parker { struct
76 impl Parker { argument
H A Dcurrent_thread.rs79 pub(crate) struct Parker { struct
87 impl Parker { argument
88 fn new(driver: Arc<Mutex<Driver>>, handle: Arc<Handle>) -> Parker { in new()
246 fn get_parker(&self) -> Parker { in get_parker()
329 impl Parker { impl
H A Dparker.rs23 pub(crate) struct Parker { struct
39 impl Parker { argument
40 pub(crate) fn new(driver: Arc<Mutex<Driver>>) -> Parker { in new()