Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dsysdeps_win32.cpp3064 typedef HRESULT(WINAPI* SetThreadDescription)(HANDLE hThread, PCWSTR lpThreadDescription); typedef
3070 auto set_thread_description_func = reinterpret_cast<SetThreadDescription>( in adb_thread_setname()