Home
last modified time | relevance | path

Searched defs:Waker (Results 1 – 11 of 11) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dwaker.rs21 pub struct Waker { struct
22 inner: WakerInner, argument
25 impl Waker { impl
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Datomic_waker.rs42 pub(crate) fn register_by_ref(&self, waker: &Waker) { in register_by_ref()
78 pub(crate) fn take_waker(&self) -> Option<Waker> { in take_waker()
Dwake_list.rs62 pub fn remove(&self, key: usize) -> Result<Waker, SlotsError> { in remove()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dmod.rs102 pub(crate) fn take_waker(&mut self) -> Option<Waker> { in take_waker()
107 pub(crate) fn set_waker(&mut self, waker: Waker) { in set_waker()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Djoin_handle.rs78 pub(crate) fn set_waker(&mut self, waker: &Waker) { in set_waker()
81 if self.raw.set_waker(cur, waker as *const Waker as *const ()) { in set_waker() constant
Dtask_handle.rs156 fn set_waker_inner(&self, des_waker: Waker, cur_state: usize) -> Result<usize, usize> { in set_waker_inner()
Djoin_set.rs456 fn entry_into_waker<R>(entry: &Arc<JoinEntry<R>>) -> Waker { in entry_into_waker()
Draw.rs288 let waker = &*(waker as *const Waker); in set_waker() constant
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblock_on.rs65 pub(crate) fn waker(&self) -> Waker { in waker()
Dcurrent_thread.rs123 fn waker(&self) -> Waker { in waker()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs1422 fn wakeup_next_stream(waker_map: &mut HashMap<u32, Waker>) { in wakeup_next_stream() argument