Searched refs:gTLS (Results 1 – 1 of 1) sorted by relevance
279 static pthread_key_t gTLS = 0; variable286 const pthread_key_t k = gTLS; in self()299 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()315 const pthread_key_t k = gTLS; in selfOrNull()328 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS); in shutdown()331 pthread_setspecific(gTLS, nullptr); in shutdown()333 pthread_key_delete(gTLS); in shutdown()781 pthread_setspecific(gTLS, this); in IPCThreadState()