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