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