Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h232 bool create_peer);
Druntime.cc1693 bool create_peer) { in AttachCurrentThread() argument
1695 return Thread::Attach(thread_name, as_daemon, thread_group, create_peer) != nullptr; in AttachCurrentThread()
Dthread.h160 bool create_peer);
Dthread.cc792 bool create_peer) { in Attach() argument
798 if (create_peer) { in Attach()