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

  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.h 52 if (subtle::NoBarrier_Load(&capture_mode_) ==
60 return static_cast<CaptureMode>(subtle::Acquire_Load(&capture_mode_));
101 static subtle::Atomic32 capture_mode_; member in class:base::trace_event::AllocationContextTracker
heap_profiler_allocation_context_tracker.cc 23 subtle::Atomic32 AllocationContextTracker::capture_mode_ = member in class:base::trace_event::AllocationContextTracker
104 // Release ordering ensures that when a thread observes |capture_mode_| to
106 subtle::Release_Store(&capture_mode_, static_cast<int32_t>(mode));
164 subtle::NoBarrier_Load(&capture_mode_));

Completed in 54 milliseconds