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

/art/runtime/
H A Djava_vm_ext.cc276 static jint DetachCurrentThread(JavaVM* vm) { function in class:art::JII
282 runtime->DetachCurrentThread();
358 JII::DetachCurrentThread,
H A Druntime.cc236 DetachCurrentThread();
1316 void Runtime::DetachCurrentThread() { function in class:art::Runtime
H A Dcheck_jni.cc350 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
398 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
3654 static jint DetachCurrentThread(JavaVM* vm) { function in class:art::CheckJII
3659 result.i = BaseVm(vm)->DetachCurrentThread(vm);
3686 CheckJII::DetachCurrentThread,

Completed in 88 milliseconds