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

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp294 static pthread_key_t gTLS = 0; member in namespace:android
302 const pthread_key_t k = gTLS;
312 if (pthread_key_create(&gTLS, threadDestructor) != 0) {
325 const pthread_key_t k = gTLS;
338 IPCThreadState* st = (IPCThreadState*)pthread_getspecific(gTLS);
341 pthread_setspecific(gTLS, NULL);
689 pthread_setspecific(gTLS, this);

Completed in 36 milliseconds