Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_group

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;