Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime.cc2328 bool create_peer) { in AttachCurrentThread() argument
2330 Thread* self = Thread::Attach(thread_name, as_daemon, thread_group, create_peer); in AttachCurrentThread()
2332 if (self != nullptr && create_peer && !IsAotCompiler()) { in AttachCurrentThread()
H A Druntime.h273 bool create_peer);
H A Dthread.h184 bool create_peer);
H A Dthread.cc1042 bool create_peer) { in Attach() argument
1048 if (create_peer) { in Attach()