Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp111 static pthread_once_t isForbiddenKeyOnce = PTHREAD_ONCE_INIT; variable
120 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in isForbidden()
127 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in fastMallocForbid()
133 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in fastMallocAllow()