Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp111 static pthread_key_t isForbiddenKey; variable
115 pthread_key_create(&isForbiddenKey, 0); in initializeIsForbiddenKey()
122 return !!pthread_getspecific(isForbiddenKey); in isForbidden()
129 pthread_setspecific(isForbiddenKey, &isForbiddenKey); in fastMallocForbid()
135 pthread_setspecific(isForbiddenKey, 0); in fastMallocAllow()