Searched refs:native_thread_name (Results 1 – 1 of 1) sorted by relevance
30 const std::string native_thread_name = "foozball"; in TestThreadNaming() local31 pthread_setname_np(pthread_self(), native_thread_name.c_str()); in TestThreadNaming()38 args.name = native_thread_name.c_str(); in TestThreadNaming()53 if (attach_with_name && (thread_name.get() != native_thread_name)) { in TestThreadNaming()56 exception_message->append(native_thread_name); in TestThreadNaming()