Searched refs:isForbiddenKey (Results 1 – 1 of 1) sorted by relevance
103 static pthread_key_t isForbiddenKey; variable107 pthread_key_create(&isForbiddenKey, 0); in initializeIsForbiddenKey()113 return !!pthread_getspecific(isForbiddenKey); in isForbidden()119 pthread_setspecific(isForbiddenKey, &isForbiddenKey); in fastMallocForbid()125 pthread_setspecific(isForbiddenKey, 0); in fastMallocAllow()