Searched refs:pThreadName (Results 1 – 2 of 2) sorted by relevance
50 void LegacySetThreadName(const char* pThreadName) in LegacySetThreadName() argument54 info.szName = pThreadName; in LegacySetThreadName()77 void SWR_API SetCurrentThreadName(const char* pThreadName) in SetCurrentThreadName() argument95 std::string utf8Name = pThreadName; in SetCurrentThreadName()100 SWR_ASSERT(SUCCEEDED(hr), "Failed to set thread name to %s", pThreadName); in SetCurrentThreadName()106 LegacySetThreadName(pThreadName); in SetCurrentThreadName()110 pthread_setname_np(pthread_self(), pThreadName); in SetCurrentThreadName()
316 void SWR_API SetCurrentThreadName(const char* pThreadName);