Home
last modified time | relevance | path

Searched refs:child_thread (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dthread.cc855 Thread* child_thread = new Thread(is_daemon); in CreateNativeThread() local
857 child_thread->tlsPtr_.jpeer = env->NewGlobalRef(java_peer); in CreateNativeThread()
863 reinterpret_cast<jlong>(child_thread)); in CreateNativeThread()
869 JNIEnvExt::Create(child_thread, Runtime::Current()->GetJavaVM(), &error_msg)); in CreateNativeThread()
875 child_thread->tlsPtr_.tmp_jni_env = child_jni_env_ext.get(); in CreateNativeThread()
883 child_thread); in CreateNativeThread()
903 child_thread->DeleteJPeer(env); in CreateNativeThread()
904 delete child_thread; in CreateNativeThread()
905 child_thread = nullptr; in CreateNativeThread()