Home
last modified time | relevance | path

Searched defs:as_daemon (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dthread.cc1082 bool as_daemon, in Attach()
1144 bool as_daemon, in Attach()
1183 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_peer) { in Attach()
1196 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer()
1260 bool as_daemon, in CreateCompileTimePeer()
1314 bool as_daemon, in InitPeer()
H A Druntime.cc2561 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
/aosp_15_r20/art/runtime/jni/
H A Djava_vm_ext.cc467 …atic jint AttachCurrentThreadInternal(JavaVM* vm, JNIEnv** p_env, void* raw_args, bool as_daemon) { in AttachCurrentThreadInternal()