Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp283 static pthread_key_t gTLS = 0; variable
291 const pthread_key_t k = gTLS; in self()
305 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()
321 const pthread_key_t k = gTLS; in selfOrNull()
334 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS); in shutdown()
337 pthread_setspecific(gTLS, nullptr); in shutdown()
339 pthread_key_delete(gTLS); in shutdown()
812 pthread_setspecific(gTLS, this); in IPCThreadState()