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

/system/core/libutils/
H A DLooper.cpp60 static pthread_once_t gTLSOnce = PTHREAD_ONCE_INIT; member in namespace:android
110 int result = pthread_once(& gTLSOnce, initTLSKey);

Completed in 38 milliseconds