Searched refs:DetachCurrentThread (Results 1 – 17 of 17) sorted by relevance
45 DetachCurrentThread(); in GuestThreadDtor()210 void DetachCurrentThread() { in DetachCurrentThread() function
25 void DetachCurrentThread();
38 DetachCurrentThread(); in RunGuestPthreadKeyDtor()
98 DetachCurrentThread(); in HandleHostSignal()
77 auto res = mvm->DetachCurrentThread(); in threadLoop()
75 ~VmDetacher() { mVm->DetachCurrentThread(); } in ~VmDetacher()
1311 if (mJavaVM->DetachCurrentThread() != JNI_OK) in start()1403 result = vm->DetachCurrentThread(); in javaDetachThread()
246 using PFN_callee = decltype(std::declval<JavaVM>().functions->DetachCurrentThread); in DoJavaVMTrampoline_DetachCurrentThread()251 ret = (arg_java_vm->functions)->DetachCurrentThread(arg_java_vm); in DoJavaVMTrampoline_DetachCurrentThread()
176 jint detachResult = sJvm->DetachCurrentThread(); in ~ScopedJniThreadAttach()
187 if (javaVm->DetachCurrentThread() != JNI_OK) { in getLooper()
252 if (javaVm->DetachCurrentThread() != JNI_OK) { in getLooper()
485 ~VmDetacher() { mVm->DetachCurrentThread(); } in getOrAttachJniEnv()
180 int result = vm->DetachCurrentThread(); in detachJNI()
276 int result = vm->DetachCurrentThread(); in detachJNI()
1063 target->vm->DetachCurrentThread(); in anrNotify()
55 mJavaVM->DetachCurrentThread(); in detachJNIEnv()
402 int ret = vm->DetachCurrentThread();