OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mainThreadState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/heap/
ThreadState.h
57
static ThreadState*
mainThreadState
()
62
static bool isMainThread() { return current() ==
mainThreadState
(); }
ThreadState.cpp
51
attachedThreads().add(
mainThreadState
());
56
mainThreadState
()->~ThreadState();
Completed in 60 milliseconds