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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.cpp81 typedef HRESULT(WINAPI * PFNSetThreadDescription)(HANDLE hThread, PCWSTR lpThreadDescription); typedef in function:SetCurrentThreadName
83 auto pfnSetThreadDescription = reinterpret_cast<PFNSetThreadDescription>(
89 pfnSetThreadDescription = reinterpret_cast<PFNSetThreadDescription>(
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.cpp81 typedef HRESULT(WINAPI * PFNSetThreadDescription)(HANDLE hThread, PCWSTR lpThreadDescription); typedef in function:SetCurrentThreadName
83 auto pfnSetThreadDescription = reinterpret_cast<PFNSetThreadDescription>(
89 pfnSetThreadDescription = reinterpret_cast<PFNSetThreadDescription>(

Completed in 3 milliseconds