Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc2112 bool create_peer) { in AttachCurrentThread() argument
2114 Thread* self = Thread::Attach(thread_name, as_daemon, thread_group, create_peer); in AttachCurrentThread()
2116 if (self != nullptr && create_peer && !IsAotCompiler()) { in AttachCurrentThread()
Druntime.h264 bool create_peer);
Dthread.h183 bool create_peer);
Dthread.cc1036 bool create_peer) { in Attach() argument
1042 if (create_peer) { in Attach()