Home
last modified time | relevance | path

Searched defs:task2 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/common_components/taskpool/tests/
Dtask_queue_test.cpp78 auto task2 = std::make_unique<MockTask>(2); in HWTEST_F_L0() local
Dtaskpool_test.cpp91 auto task2 = std::make_unique<MockTask>(2); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dgc_log_test.cpp223 GCTask task2(GCTaskCause::YOUNG_GC_CAUSE); in TEST_F() local
Dg1gc_test.cpp685 GCTask task2(GCTaskCause::YOUNG_GC_CAUSE); // should run mixed GC in TEST_F() local
860 GCTask task2(GCTaskCause::YOUNG_GC_CAUSE); in TEST_F() local
1280 GCTask task2(GCTaskCause::HEAP_USAGE_THRESHOLD_CAUSE); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js862 task2(){ method in Demo2