Searched refs:globalThreadSerial (Results 1 – 1 of 1) sorted by relevance
249 static std::atomic<uint64_t> globalThreadSerial; in GetCurrentThreadUniqueId() local259 uint64_t threadId = ++globalThreadSerial; in GetCurrentThreadUniqueId()269 static std::atomic<uint64_t> globalThreadSerial; in GetCurrentThreadUniqueId() local270 thread_local uint64_t threadId(++globalThreadSerial); in GetCurrentThreadUniqueId()