Searched refs:PFNSetThreadDescription (Results 1 – 1 of 1) sorted by relevance
81 typedef HRESULT(WINAPI * PFNSetThreadDescription)(HANDLE hThread, PCWSTR lpThreadDescription); in SetCurrentThreadName() typedef83 auto pfnSetThreadDescription = reinterpret_cast<PFNSetThreadDescription>( in SetCurrentThreadName()89 pfnSetThreadDescription = reinterpret_cast<PFNSetThreadDescription>( in SetCurrentThreadName()