Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h234 bool create_peer);
Druntime.cc1916 bool create_peer) { in AttachCurrentThread() argument
1918 Thread* self = Thread::Attach(thread_name, as_daemon, thread_group, create_peer); in AttachCurrentThread()
1920 if (self != nullptr && create_peer && !IsAotCompiler()) { in AttachCurrentThread()
Dthread.h171 bool create_peer);
Dthread.cc834 bool create_peer) { in Attach() argument
840 if (create_peer) { in Attach()