Searched defs:as_daemon (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/runtime/ |
H A D | thread.cc | 981 Thread* Thread::Attach(const char* thread_name, bool as_daemon, PeerAction peer_action) { in Attach() 1040 bool as_daemon, in Attach() 1078 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_peer) { in Attach() 1094 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer() 1167 bool as_daemon, in CreateCompileTimePeer()
|
H A D | runtime.cc | 2327 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
|
/aosp12/art/runtime/jni/ |
H A D | java_vm_ext.cc | 434 …atic jint AttachCurrentThreadInternal(JavaVM* vm, JNIEnv** p_env, void* raw_args, bool as_daemon) { in AttachCurrentThreadInternal()
|