Home
last modified time | relevance | path

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

/external/angle/src/common/
Dsystem_utils.cpp249 static std::atomic<uint64_t> globalThreadSerial; in GetCurrentThreadUniqueId() local
259 uint64_t threadId = ++globalThreadSerial; in GetCurrentThreadUniqueId()
269 static std::atomic<uint64_t> globalThreadSerial; in GetCurrentThreadUniqueId() local
270 thread_local uint64_t threadId(++globalThreadSerial); in GetCurrentThreadUniqueId()