Searched defs:attachedThreads (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp137 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()
1244 ThreadState::AttachedThreadStateSet& ThreadState::attachedThreads() function in class:ThreadState
[all...]

Completed in 147 milliseconds