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

/art/test/JniTest/
H A Djni_test.cc52 int detach_result = jvm->DetachCurrentThread();
/art/dalvikvm/
H A Ddalvikvm.cc194 if (vm->DetachCurrentThread() != JNI_OK) {
/art/runtime/
H A Dsignal_catcher.cc207 runtime->DetachCurrentThread();
H A Dthread_pool.cc61 runtime->DetachCurrentThread();
H A Druntime.h253 void DetachCurrentThread() LOCKS_EXCLUDED(Locks::mutator_lock_);
H A Dthread_list.cc42 Runtime::Current()->DetachCurrentThread();
H A Dtrace.cc327 runtime->DetachCurrentThread();
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_test.cc1911 TEST_F(JniInternalTest, DetachCurrentThread) {
1913 jint ok = vm_->DetachCurrentThread();
1916 jint err = vm_->DetachCurrentThread();
H A Druntime.cc1127 void Runtime::DetachCurrentThread() { function in class:art::Runtime
H A Djni_internal.cc2948 static jint DetachCurrentThread(JavaVM* vm) { function in class:art::JII
2954 runtime->DetachCurrentThread();
2985 JII::DetachCurrentThread,
/art/runtime/jdwp/
H A Djdwp_main.cc538 runtime->DetachCurrentThread();

Completed in 1648 milliseconds