Home
last modified time | relevance | path

Searched defs:NUM_TASKS (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread/
Dqueue.rs117 const NUM_TASKS: usize = 5; in multi_stealer() constant
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread_alt/
Dqueue.rs117 const NUM_TASKS: usize = 5; in multi_stealer() constant
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/
Dqueue.rs222 const NUM_TASKS: usize = normal_or_miri(1_000_000, 50); in stress2() constant
/aosp_15_r20/external/toolchain-utils/bestflags/
H A Dgeneration_test.py22 NUM_TASKS = 20 variable
/aosp_15_r20/external/ltp/testcases/kernel/sched/eas/
H A Deas_two_big_three_small.c107 #define NUM_TASKS 5 macro
H A Dsched_cfs_prio.c174 #define NUM_TASKS 4 macro
H A Dsched_prio_3_rr.c140 #define NUM_TASKS 3 macro
/aosp_15_r20/platform_testing/tests/automotive/health/property/src/android/platform/test/scenario/stress/
H A DCarPropertyManagerBenchmarkTest.java52 private static final int NUM_TASKS = 30; field in CarPropertyManagerBenchmarkTest
/aosp_15_r20/hardware/interfaces/biometrics/common/thread/tests/
H A DWorkerThreadTest.cpp72 constexpr int NUM_TASKS = 10000; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Drt_common.rs1352 const NUM_TASKS: usize = 10_000; constant