HomeSort by relevance Sort by last modified time
    Searched refs:tid_dumping_heap_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/trace_event/
malloc_dump_provider.h 61 PlatformThreadId tid_dumping_heap_; member in class:base::trace_event::MallocDumpProvider
malloc_dump_provider.cc 191 : heap_profiler_enabled_(false), tid_dumping_heap_(kInvalidThreadId) {}
293 tid_dumping_heap_ = PlatformThread::CurrentId();
315 tid_dumping_heap_ = kInvalidThreadId;
342 if (tid_dumping_heap_ != kInvalidThreadId &&
343 tid_dumping_heap_ == PlatformThread::CurrentId())
368 if (tid_dumping_heap_ != kInvalidThreadId &&
369 tid_dumping_heap_ == PlatformThread::CurrentId())

Completed in 147 milliseconds