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