Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DLooper.h482 static void initTLSKey();
/system/core/libutils/
DLooper.cpp78 void Looper::initTLSKey() { in initTLSKey() function in android::Looper
105 int result = pthread_once(& gTLSOnce, initTLSKey); in getForThread()