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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMainThread.cpp71 bool isMainThread() function in namespace:WTF
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h263 bool isMainThread() const { return this == mainThreadState(); } function in class:WebCore::ThreadState
598 ASSERT(ThreadState::current()->isMainThread());

Completed in 109 milliseconds