Searched defs:schedule (Results 1 – 4 of 4) sorted by relevance
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | mod.rs | 51 fn schedule(&self, task: Task, lifo: bool); in schedule() method 57 fn schedule(&self, _task: Task, _lifo: bool) { in schedule() method
|
| D | current_thread.rs | 59 fn schedule(&self, task: Task, _lifo: bool) { in schedule() method
|
| D | async_pool.rs | 60 fn schedule(&self, task: Task, lifo: bool) { in schedule() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
| D | raw.rs | 37 pub(crate) schedule: unsafe fn(NonNull<Header>, bool), field
|