Home
last modified time | relevance | path

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

/system/core/libutils/
DLooper.cpp59 static pthread_once_t gTLSOnce = PTHREAD_ONCE_INIT; variable
107 int result = pthread_once(& gTLSOnce, initTLSKey); in getForThread()