Home
last modified time | relevance | path

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

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