Home
last modified time | relevance | path

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

/system/libhwbinder/
DIPCThreadState.cpp279 static pthread_key_t gTLS = 0; variable
286 const pthread_key_t k = gTLS; in self()
300 int key_create_value = pthread_key_create(&gTLS, threadDestructor); in self()
316 const pthread_key_t k = gTLS; in selfOrNull()
329 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS); in shutdown()
332 pthread_setspecific(gTLS, nullptr); in shutdown()
334 pthread_key_delete(gTLS); in shutdown()
779 pthread_setspecific(gTLS, this); in IPCThreadState()