Home
last modified time | relevance | path

Searched defs:cancel (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Djoin_handle.rs68 pub fn cancel(&self) { in cancel() method
154 pub fn cancel(&self) { in cancel() method
209 let cancel = handle.get_cancel_handle(); in ut_test_cancel_handle() localVariable
Draw.rs50 pub(crate) cancel: unsafe fn(NonNull<Header>), field
133 pub(crate) unsafe fn cancel(self) { in cancel() method
Djoin_set.rs173 let cancel = handle.get_cancel_handle(); in spawn_inner() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dwheel.rs237 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel() method
354 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dafd.rs169 pub(crate) unsafe fn cancel(&self, iosb: *mut IO_STATUS_BLOCK) -> io::Result<()> { in cancel() method
Dselector.rs514 fn cancel(&mut self) -> io::Result<()> { in cancel() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dasync_pool.rs95 pub(crate) fn cancel(&self) { in cancel() method