Searched defs:as_daemon (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | thread.cc | 1007 bool as_daemon, in Attach() 1068 bool as_daemon, in Attach() 1107 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_peer) { in Attach() 1120 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer() 1184 bool as_daemon, in CreateCompileTimePeer() 1238 bool as_daemon, in InitPeer()
|
D | runtime.cc | 2561 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 449 …atic jint AttachCurrentThreadInternal(JavaVM* vm, JNIEnv** p_env, void* raw_args, bool as_daemon) { in AttachCurrentThreadInternal()
|