Home
last modified time | relevance | path

Searched refs:last_id_ (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/tracing/core/
Did_allocator.cc31 last_id_ = last_id_ < max_id_ ? last_id_ + 1 : 1; in AllocateGeneric()
32 const auto id = last_id_; in AllocateGeneric()
Did_allocator.h47 uint32_t last_id_ = 0; variable
/external/libbrillo/brillo/message_loops/
Dfake_message_loop.cc25 MessageLoop::TaskId current_id = ++last_id_; in PostDelayedTask()
42 MessageLoop::TaskId current_id = ++last_id_; in WatchFileDescriptor()
Dfake_message_loop.h92 MessageLoop::TaskId last_id_ = kTaskIdNull; variable
Dbase_message_loop.h174 MessageLoop::TaskId last_id_{kTaskIdNull};
Dbase_message_loop.cc238 res = ++last_id_; in NextTaskId()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.h111 FtraceConfigId last_id_ = 1; variable
Dftrace_config_muxer.cc353 FtraceConfigId id = ++last_id_; in SetupConfig()
/external/v8/src/profiler/
Dprofile-generator.cc389 std::atomic<uint32_t> CpuProfile::last_id_; member in v8::internal::CpuProfile
400 id_(++last_id_) { in CpuProfile()
Dprofile-generator.h361 static std::atomic<uint32_t> last_id_; variable