Searched defs:as_daemon (Results  1 – 3 of 3) sorted by relevance
| /art/runtime/ | 
| D | thread.cc | 1012                        bool as_daemon,  in Attach()1073                        bool as_daemon,  in Attach()
 1112 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_peer) {  in Attach()
 1125 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) {  in CreatePeer()
 1189                                                      bool as_daemon,  in CreateCompileTimePeer()
 1243                       bool as_daemon,  in InitPeer()
 
 | 
| D | runtime.cc | 2427 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group,  in AttachCurrentThread()
 | 
| /art/runtime/jni/ | 
| D | java_vm_ext.cc | 442 …atic jint AttachCurrentThreadInternal(JavaVM* vm, JNIEnv** p_env, void* raw_args, bool as_daemon) {  in AttachCurrentThreadInternal()
 |