Home
last modified time | relevance | path

Searched refs:SetThreadDescription (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dsysdeps_win32.cpp2736 typedef HRESULT(WINAPI* SetThreadDescription)(HANDLE hThread, PCWSTR lpThreadDescription); typedef
2742 auto set_thread_description_func = reinterpret_cast<SetThreadDescription>( in adb_thread_setname()