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

/art/dalvikvm/
H A Ddalvikvm.cc194 if (vm->DetachCurrentThread() != JNI_OK) {
/art/runtime/
H A Dsignal_catcher.cc218 runtime->DetachCurrentThread();
H A Dthread_pool.cc64 runtime->DetachCurrentThread();
H A Druntime.h205 void DetachCurrentThread() LOCKS_EXCLUDED(Locks::mutator_lock_);
H A Dcheck_jni.cc406 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
2045 static jint DetachCurrentThread(JavaVM* vm) { function in class:art::CheckJII
2048 return CHECK_JNI_EXIT("I", BaseVm(vm)->DetachCurrentThread(vm));
2069 CheckJII::DetachCurrentThread,
H A Djni_internal_test.cc1678 TEST_F(JniInternalTest, DetachCurrentThread) {
1680 jint ok = vm_->DetachCurrentThread();
1683 jint err = vm_->DetachCurrentThread();
H A Dprofiler.cc266 runtime->DetachCurrentThread();
H A Dthread_list.cc62 Runtime::Current()->DetachCurrentThread();
H A Dtrace.cc323 runtime->DetachCurrentThread();
H A Druntime.cc1101 void Runtime::DetachCurrentThread() { function in class:art::Runtime
H A Djni_internal.cc3077 static jint DetachCurrentThread(JavaVM* vm) { function in class:art::JII
3083 runtime->DetachCurrentThread();
3114 JII::DetachCurrentThread,
/art/runtime/jdwp/
H A Djdwp_main.cc533 runtime->DetachCurrentThread();
/art/test/004-JniTest/
H A Djni_test.cc49 int detach_result = jvm->DetachCurrentThread();

Completed in 203 milliseconds