Searched refs:setCurrentThreadName (Results 1 – 5 of 5) sorted by relevance
12 void setCurrentThreadName(const std::string&) { in setCurrentThreadName() function
19 void setCurrentThreadName(const std::string& name) { in setCurrentThreadName() function
21 void setCurrentThreadName(const std::string& name);
56 platform::setCurrentThreadName(name); in Thread()
12 platform::setCurrentThreadName(std::string{ "Worker " } + util::toString(i + 1)); in ThreadPool()