Searched refs:gTLSOnce (Results 1 – 1 of 1) sorted by relevance
60 static pthread_once_t gTLSOnce = PTHREAD_ONCE_INIT; variable110 int result = pthread_once(& gTLSOnce, initTLSKey); in getForThread()