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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.cpp50 void LegacySetThreadName(const char* pThreadName) argument
54 info.szName = pThreadName;
77 void SWR_API SetCurrentThreadName(const char* pThreadName) argument
95 std::string utf8Name = pThreadName;
100 SWR_ASSERT(SUCCEEDED(hr), "Failed to set thread name to %s", pThreadName);
106 LegacySetThreadName(pThreadName);
110 pthread_setname_np(pthread_self(), pThreadName);
H A Dos.h283 void SWR_API SetCurrentThreadName(const char* pThreadName);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.cpp50 void LegacySetThreadName(const char* pThreadName) argument
54 info.szName = pThreadName;
77 void SWR_API SetCurrentThreadName(const char* pThreadName) argument
95 std::string utf8Name = pThreadName;
100 SWR_ASSERT(SUCCEEDED(hr), "Failed to set thread name to %s", pThreadName);
106 LegacySetThreadName(pThreadName);
110 pthread_setname_np(pthread_self(), pThreadName);
H A Dos.h332 void SWR_API SetCurrentThreadName(const char* pThreadName);

Completed in 4 milliseconds