Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
Dgc_hung.cpp175 void GcHung::CheckSuspend(const PandaList<MTManagedThread *> &threads, uint64_t startTime) in CheckSuspend()
285 void GcHung::Check(const PandaList<MTManagedThread *> &threads, uint64_t startTime) in Check()
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_statistics_test.cpp69 std::vector<std::thread> threads; in TEST_P() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmultithreaded_intern_string_table_test.cpp199 std::array<std::thread, TEST_THREADS> threads; in TEST_F() local
223 std::array<std::thread, TEST_THREADS> threads; in TEST_F() local
Dmem_stats_test.cpp405 std::array<std::thread, NUM_THREADS> threads; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/
Dlock_order_graph.cpp35 bool LockOrderGraph::CheckForTerminationLoops(const PandaList<MTManagedThread *> &threads, in CheckForTerminationLoops()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dpanda_cache_test.cpp282 std::thread threads[NUMBER_OF_READERS]; in TEST() local
301 std::thread threads[NUMBER_OF_READERS]; in TEST() local
320 std::thread threads[NUMBER_OF_READERS]; in TEST() local
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp248 std::vector<std::thread *> threads; in RunVerifier() local
362 uint32_t threads = cliOptions.GetThreads(); in Main() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_scheduler.cpp118 std::thread threads[threadsNum]; in RunTask() local
/arkcompiler/runtime_core/libpandabase/tests/
Dalloc_tracker_test.cpp130 std::vector<std::thread> threads; in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dalloc_tracker_test.cpp133 std::vector<std::thread> threads; in TEST() local
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h173 PandaVector<PtThread> threads; in GetUserThreadList() local
/arkcompiler/ets_frontend/test262/
Drun_test262.py544 def get_timeout(args, threads): argument