Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dactivity_tracker.cc110 int64_t as_id; member
161 thread_ref.as_id = 0; // Zero the union in case other is smaller. in ForThread()
167 return ForThread(thread_ref.as_id); in ForThread()
712 sizeof(header_->thread_ref) == sizeof(header_->thread_ref.as_id), in ThreadActivityTracker()
726 DCHECK_EQ(0, header_->thread_ref.as_id); in ThreadActivityTracker()
901 header_->owner.process_id == 0 || header_->thread_ref.as_id == 0 || in IsValid()
940 const int64_t starting_thread_id = header_->thread_ref.as_id; in CreateSnapshot()
978 output_snapshot->thread_id = header_->thread_ref.as_id; in CreateSnapshot()