Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dmod.rs52 fn schedule(&self, task: Task, lifo: bool); in schedule() method
58 fn schedule(&self, _task: Task, _lifo: bool) { in schedule() method
Dcurrent_thread.rs46 fn schedule(&self, task: Task, _lifo: bool) { in schedule() method
Dasync_pool.rs59 fn schedule(&self, task: Task, lifo: bool) { in schedule() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Draw.rs36 pub(crate) schedule: unsafe fn(NonNull<Header>, bool), field
251 unsafe fn schedule<T, S>(ptr: NonNull<Header>, flag: bool) in schedule() function