Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/gc/gc-hung/
Dgc_hung.cpp175 void GcHung::CheckSuspend(const PandaList<MTManagedThread *> &threads, uint64_t start_time) in CheckSuspend()
285 void GcHung::Check(const PandaList<MTManagedThread *> &threads, uint64_t start_time) in Check()
/arkcompiler/runtime_core/runtime/tests/
Dmultithreaded_intern_string_table_test.cpp194 std::array<std::thread, TEST_THREADS> threads; in TEST_F() local
216 std::array<std::thread, TEST_THREADS> threads; in TEST_F() local
Dmem_stats_test.cpp407 std::array<std::thread, NUM_THREADS> threads; in TEST_F() local
/arkcompiler/runtime_core/runtime/
Dlock_order_graph.cpp35 bool LockOrderGraph::CheckForTerminationLoops(const PandaList<MTManagedThread *> &threads, in CheckForTerminationLoops()
/arkcompiler/runtime_core/libpandafile/tests/
Dpanda_cache_test.cpp274 std::thread threads[NUMBER_OF_READERS]; in TEST() local
290 std::thread threads[NUMBER_OF_READERS]; in TEST() local
306 std::thread threads[NUMBER_OF_READERS]; in TEST() local
/arkcompiler/runtime_core/libpandabase/tests/
Dalloc_tracker_test.cpp130 std::vector<std::thread> threads; in TEST() local
/arkcompiler/ets_frontend/test262/
Drun_test262.py478 def get_timeout(args, threads): argument
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.h175 PandaVector<PtThread> threads; in GetUserThreadList() local
/arkcompiler/runtime_core/verification/verifier/
Dverifier.cpp313 uint32_t threads = cli_options.GetThreads(); in Main() local