Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DLooper.cpp74 static pthread_key_t gTLSKey = 0; variable
95 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()