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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 137 ThreadState::AttachedThreadStateSet& threads = ThreadState::attachedThreads();
168 ThreadState::AttachedThreadStateSet& threads = ThreadState::attachedThreads();
370 attachedThreads().add(state);
388 ASSERT(attachedThreads().contains(state));
389 attachedThreads().remove(state);
403 if (!attachedThreads().size() && Heap::s_shutdownCalled)
412 attachedThreads().add(state);
429 // safe iteration of the attachedThreads set which happens as part of
463 ASSERT(attachedThreads().contains(this));
464 attachedThreads().remove(this)
    [all...]
Heap.cpp     [all...]
ThreadState.h 307 static AttachedThreadStateSet& attachedThreads();

Completed in 1971 milliseconds