Searched refs:set_thread_description_func (Results 1 – 1 of 1) sorted by relevance
2905 auto set_thread_description_func = reinterpret_cast<SetThreadDescription>( in adb_thread_setname() local2907 if (set_thread_description_func) { in adb_thread_setname()2912 set_thread_description_func(::GetCurrentThread(), name_wide.c_str()); in adb_thread_setname()