Searched refs:tlsValue (Results 1 – 1 of 1) sorted by relevance
256 void *tlsValue = pthread_getspecific(tlsIndex); in GetCurrentThreadUniqueId() local257 if (ANGLE_UNLIKELY(tlsValue == nullptr)) in GetCurrentThreadUniqueId()264 return reinterpret_cast<uint64_t>(tlsValue); in GetCurrentThreadUniqueId()