Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2905 auto set_thread_description_func = reinterpret_cast<SetThreadDescription>( in adb_thread_setname() local
2907 if (set_thread_description_func) { in adb_thread_setname()
2912 set_thread_description_func(::GetCurrentThread(), name_wide.c_str()); in adb_thread_setname()