Searched defs:create_peer (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Druntime.cc1525 bool create_peer) {
1527 return Thread::Attach(thread_name, as_daemon, thread_group, create_peer) != nullptr;
1524 AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, bool create_peer) argument
H A Dthread.cc733 bool create_peer) {
766 if (create_peer) {
732 Attach(const char* thread_name, bool as_daemon, jobject thread_group, bool create_peer) argument

Completed in 108 milliseconds