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

/frameworks/native/libs/utils/
H A DLooper.cpp67 static pthread_key_t gTLSKey = 0; member in namespace:android
107 int result = pthread_key_create(& gTLSKey, threadDestructor);
125 pthread_setspecific(gTLSKey, looper.get());
136 return (Looper*)pthread_getspecific(gTLSKey);

Completed in 41 milliseconds