Searched refs:gTLSKey (Results 1 – 1 of 1) sorted by relevance
74 static pthread_key_t gTLSKey = 0; variable95 int error = pthread_key_create(&gTLSKey, threadDestructor); in initTLSKey()113 pthread_setspecific(gTLSKey, looper.get()); in setForThread()124 Looper* looper = (Looper*)pthread_getspecific(gTLSKey); in getForThread()