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

/art/runtime/
H A Druntime.cc1119 bool create_peer) {
1120 bool success = Thread::Attach(thread_name, as_daemon, thread_group, create_peer) != NULL;
1118 AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, bool create_peer) argument
H A Dthread.cc316 bool create_peer) {
343 if (create_peer) {
315 Attach(const char* thread_name, bool as_daemon, jobject thread_group, bool create_peer) argument

Completed in 46 milliseconds