Home
last modified time | relevance | path

Searched refs:tlsValue (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/common/
Dsystem_utils.cpp256 void *tlsValue = pthread_getspecific(tlsIndex); in GetCurrentThreadUniqueId() local
257 if (ANGLE_UNLIKELY(tlsValue == nullptr)) in GetCurrentThreadUniqueId()
264 return reinterpret_cast<uint64_t>(tlsValue); in GetCurrentThreadUniqueId()