Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/task_statistics/
Dfine_grained_task_statistics_impl.h30 explicit GuardedCounter(size_t startValue = 0) : counter_(startValue) {} in counter_() function
80 size_t counter_; variable
/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.cpp121 std::atomic_size_t counter_; member in panda::taskmanager::TaskManagerGCCornerCaseTest
/arkcompiler/runtime_core/static_core/runtime/tests/
Dgc_trigger_test.cpp121 size_t counter_ {0}; member in panda::test::GCChecker
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.h294 std::atomic<uint32_t> counter_ = 0; variable