HomeSort by relevance Sort by last modified time
    Searched full:as_id (Results 1 - 1 of 1) sorted by null

  /external/libchrome/base/debug/
activity_tracker.cc 56 int64_t as_id; member in union:base::debug::__anon24146::ThreadRef
161 thread_ref.as_id = 0; // Zero the union in case other is smaller.
167 return ForThread(thread_ref.as_id);
617 // The thread-id (thread_ref.as_id) to which this data belongs. This number
711 sizeof(header_->thread_ref) == sizeof(header_->thread_ref.as_id),
725 DCHECK_EQ(0, header_->thread_ref.as_id);
    [all...]

Completed in 289 milliseconds