Lines Matching full:thread_name
1096 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group,1098 return Thread::Attach(thread_name, as_daemon, thread_group, create_peer) != NULL;