Searched defs:nextId_ (Results 1 – 2 of 2) sorted by relevance
22 std::atomic<uint32_t> GCTask::nextId_ = 1; member in ark::GCTask
96 static std::atomic<uint32_t> nextId_; member