Searched defs:create_peer (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Druntime.cc1312 bool create_peer) {
1313 return Thread::Attach(thread_name, as_daemon, thread_group, create_peer) != nullptr;
1311 AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, bool create_peer) argument
H A Dthread.cc514 bool create_peer) {
547 if (create_peer) {
513 Attach(const char* thread_name, bool as_daemon, jobject thread_group, bool create_peer) argument

Completed in 54 milliseconds