Home
last modified time | relevance | path

Searched refs:phinited (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2332 static bool phinited = false; variable
2891 if (!phinited) { in InitModule()
2906 phinited = 1; in InitModule()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-145053 The WTF code would read phinited without holding the pageheap_lock, which