Home
last modified time | relevance | path

Searched defs:nextId_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dgc_task.cpp22 std::atomic<uint32_t> GCTask::nextId_ = 1; member in ark::GCTask
/arkcompiler/runtime_core/static_core/runtime/include/
Dgc_task.h96 static std::atomic<uint32_t> nextId_; member