/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/ |
D | coop.rs | 266 let coop = ready!(poll_proceed(cx)); localVariable 304 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in budgeting() localVariable 313 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in budgeting() localVariable 319 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in budgeting() localVariable 326 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in budgeting() localVariable 335 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in budgeting() localVariable 351 let coop = assert_ready!(task::spawn(()).enter(|cx, _| poll_proceed(cx))); in budgeting() localVariable 356 let coop = std::task::ready!(poll_proceed(cx)); in budgeting() localVariable
|
D | mod.rs | 324 pub(crate) mod coop; module
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/ |
D | mem.rs | 335 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); localVariable 365 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); localVariable 393 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); localVariable
|
D | mod.rs | 91 let coop = std::task::ready!(crate::runtime::coop::poll_proceed(cx)); localVariable
|
D | copy.rs | 97 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); in poll_copy() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/time/ |
D | sleep.rs | 408 let coop = ready!(trace_poll_op!( in poll_elapsed() localVariable 414 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); in poll_elapsed() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/io/ |
D | registration.rs | 151 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); in poll_ready() localVariable 222 let coop = std::future::poll_fn(crate::runtime::coop::poll_proceed).await; in async_io() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/tests/ |
D | stream_iter.rs | 7 async fn coop() { in coop() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/ |
D | batch_semaphore.rs | 592 let coop = ready!(trace_poll_op!( in poll() localVariable 598 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); in poll() localVariable
|
D | oneshot.rs | 797 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); in poll_closed() localVariable 1145 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); in poll_recv() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/ |
D | chan.rs | 295 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); in recv() localVariable 357 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); in recv_many() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/ |
D | join.rs | 325 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); in poll() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | fs_file.rs | 101 async fn coop() { in coop() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/process/ |
D | mod.rs | 1021 let coop = ready!(crate::runtime::coop::poll_proceed(cx)); in poll() localVariable
|
/aosp_15_r20/external/cronet/net/base/registry_controlled_domains/ |
H A D | effective_tld_names.gperf | 1680 coop, 0 keyword
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer.json | 90369 "coop": 87957, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/ |
H A D | tokenizer.json | 90369 "coop": 87957, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/ |
H A D | tokenizer.json | 90310 "coop": 87957, number
|