Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h200 bool create_peer);
Druntime.cc1097 bool create_peer) { in AttachCurrentThread() argument
1098 return Thread::Attach(thread_name, as_daemon, thread_group, create_peer) != NULL; in AttachCurrentThread()
Dthread.h142 bool create_peer);
Dthread.cc376 bool create_peer) { in Attach() argument
403 if (create_peer) { in Attach()