Home
last modified time | relevance | path

Searched defs:RawWaker (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblock_on.rs23 fn clone(ptr: *const ()) -> RawWaker { in clone()
Dcurrent_thread.rs211 fn clone(ptr: *const ()) -> RawWaker { in clone()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Djoin_set.rs462 unsafe fn clone_entry<R>(data: *const ()) -> RawWaker { in clone_entry()