Searched refs:Attach (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dthread.h101 static Thread* Attach(const char* thread_name, bool as_daemon, jobject thread_group,
H A Druntime.cc902 Thread* self = Thread::Attach("main", false, NULL, false);
1120 bool success = Thread::Attach(thread_name, as_daemon, thread_group, create_peer) != NULL;
H A Dthread.cc315 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_group, function in class:art::Thread

Completed in 76 milliseconds