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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 103 WTF::ThreadSpecific<ThreadState*>* ThreadState::s_threadSpecific = 0;
321 ASSERT(!**s_threadSpecific);
322 **s_threadSpecific = this;
348 **s_threadSpecific = 0;
353 s_threadSpecific = new WTF::ThreadSpecific<ThreadState*>();
    [all...]
ThreadState.h 334 static ThreadState* current() { return **s_threadSpecific; }
671 static WTF::ThreadSpecific<ThreadState*>* s_threadSpecific;

Completed in 154 milliseconds