Searched refs:gTLSKey (Results 1 – 1 of 1) sorted by relevance
58 static pthread_key_t gTLSKey = 0; variable79 int error = pthread_key_create(&gTLSKey, threadDestructor); in initTLSKey()97 pthread_setspecific(gTLSKey, looper.get()); in setForThread()108 return (Looper*)pthread_getspecific(gTLSKey); in getForThread()