Home
last modified time | relevance | path

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

/system/core/libutils/
DLooper.cpp58 static pthread_key_t gTLSKey = 0; variable
79 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()