Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp112 static pthread_once_t isForbiddenKeyOnce = PTHREAD_ONCE_INIT; variable
121 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in isForbidden()
128 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in fastMallocForbid()
134 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in fastMallocAllow()