Searched refs:DetachCurrentThread (Results 1 - 13 of 13) sorted by relevance

/art/runtime/
H A Djava_vm_ext_test.cc79 ok = vms_buf[0]->DetachCurrentThread();
126 TEST_F(JavaVmExtTest, DetachCurrentThread) {
130 ok = vm_->DetachCurrentThread();
133 jint err = vm_->DetachCurrentThread();
H A Dsignal_catcher.cc205 runtime->DetachCurrentThread();
H A Dthread_pool.cc65 runtime->DetachCurrentThread();
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.h228 void DetachCurrentThread() LOCKS_EXCLUDED(Locks::mutator_lock_);
H A Druntime.cc236 DetachCurrentThread();
1316 void Runtime::DetachCurrentThread() { function in class:art::Runtime
H A Dprofiler.cc263 runtime->DetachCurrentThread();
H A Dthread_list.cc70 Runtime::Current()->DetachCurrentThread();
H A Dtrace.cc306 runtime->DetachCurrentThread();
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,
/art/dalvikvm/
H A Ddalvikvm.cc195 if (vm->DetachCurrentThread() != JNI_OK) {
/art/runtime/jdwp/
H A Djdwp_main.cc564 runtime->DetachCurrentThread();
/art/test/004-JniTest/
H A Djni_test.cc49 int detach_result = jvm->DetachCurrentThread();

Completed in 183 milliseconds