Searched defs:DetachCurrentThread (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Druntime.cc1127 void Runtime::DetachCurrentThread() { function in class:art::Runtime
H A Dcheck_jni.cc406 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
2052 static jint DetachCurrentThread(JavaVM* vm) { function in class:art::CheckJII
2055 return CHECK_JNI_EXIT("I", BaseVm(vm)->DetachCurrentThread(vm));
2076 CheckJII::DetachCurrentThread,
H A Djni_internal.cc2948 static jint DetachCurrentThread(JavaVM* vm) { function in class:art::JII
2954 runtime->DetachCurrentThread();
2985 JII::DetachCurrentThread,

Completed in 667 milliseconds