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