Searched refs:initTLSKey (Results 1 – 2 of 2) sorted by relevance
482 static void initTLSKey();
78 void Looper::initTLSKey() { in initTLSKey() function in android::Looper105 int result = pthread_once(& gTLSOnce, initTLSKey); in getForThread()