Searched defs:as_daemon (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/art/runtime/ |
H A D | thread.cc | 1082 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 D | runtime.cc | 2561 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
|
/aosp_15_r20/art/runtime/jni/ |
H A D | java_vm_ext.cc | 467 …atic jint AttachCurrentThreadInternal(JavaVM* vm, JNIEnv** p_env, void* raw_args, bool as_daemon) { in AttachCurrentThreadInternal()
|