Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_queue_counter_priority.h64 int64_t counter_; variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_manager_gc_corner_case_test.cpp120 std::atomic_size_t counter_; member in ark::taskmanager::TaskManagerGCCornerCaseTest
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-evacuate-regions-worker-state-inl.h201 std::atomic_size_t &counter_; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dgc_trigger_test.cpp121 size_t counter_ {0}; member in ark::test::GCChecker
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.h294 std::atomic<uint32_t> counter_ = 0; variable