Searched refs:s_threadSpecific (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp103 WTF::ThreadSpecific<ThreadState*>* ThreadState::s_threadSpecific = 0; member in class:blink::ThreadState
321 ASSERT(!**s_threadSpecific);
322 **s_threadSpecific = this;
348 **s_threadSpecific = 0;
353 s_threadSpecific = new WTF::ThreadSpecific<ThreadState*>();
H A DThreadState.h334 static ThreadState* current() { return **s_threadSpecific; }
671 static WTF::ThreadSpecific<ThreadState*>* s_threadSpecific; member in class:blink::ThreadState

Completed in 81 milliseconds