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