Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DLooper.h371 static void initTLSKey();
/frameworks/native/libs/utils/
DLooper.cpp106 void Looper::initTLSKey() { in initTLSKey() function in android::Looper
133 int result = pthread_once(& gTLSOnce, initTLSKey); in getForThread()