Home
last modified time | relevance | path

Searched refs:create_peer (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime.h244 bool create_peer);
Druntime.cc1496 bool create_peer) { in AttachCurrentThread() argument
1498 return Thread::Attach(thread_name, as_daemon, thread_group, create_peer) != nullptr; in AttachCurrentThread()
Dthread.h158 bool create_peer);
Dthread.cc733 bool create_peer) { in Attach() argument
766 if (create_peer) { in Attach()