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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 274 , m_sweepRequested(0)
618 return m_sweepRequested;
625 // thread state. Therefore the setting of m_sweepRequested needs a
627 atomicTestAndSetToOne(&m_sweepRequested);
633 m_sweepRequested = 0;
ThreadState.h 572 volatile int m_sweepRequested;

Completed in 2253 milliseconds