Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps_win32.cpp3100 auto set_thread_description_func = reinterpret_cast<HRESULT(WINAPI *)(HANDLE, PCWSTR)>( in adb_thread_setname() local
3102 if (set_thread_description_func) { in adb_thread_setname()
3107 set_thread_description_func(::GetCurrentThread(), name_wide.c_str()); in adb_thread_setname()