Home
last modified time | relevance | path

Searched refs:threadLocalId (Results 1 - 1 of 1) sorted by relevance

/base/msdp/device_status/utils/common/src/
H A Dutil.cpp68 thread_local std::string threadLocalId; in GetThisThreadIdOfString() local
69 if (threadLocalId.empty()) { in GetThisThreadIdOfString()
75 return threadLocalId; in GetThisThreadIdOfString()
78 threadLocalId = buf; in GetThisThreadIdOfString()
80 return threadLocalId; in GetThisThreadIdOfString()

Completed in 2 milliseconds