Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp294 static pthread_key_t gTLS = 0; variable
302 const pthread_key_t k = gTLS; in self()
312 if (pthread_key_create(&gTLS, threadDestructor) != 0) { in self()
325 const pthread_key_t k = gTLS; in selfOrNull()
338 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS); in shutdown()
341 pthread_setspecific(gTLS, NULL); in shutdown()
689 pthread_setspecific(gTLS, this); in IPCThreadState()