Searched refs:DetachCurrentThread (Results 1 – 11 of 11) sorted by relevance
87 if (g_jvm->DetachCurrentThread() < 0) { in UseOpenGL2()123 if (g_jvm->DetachCurrentThread() < 0) { in ~AndroidNativeOpenGl2Renderer()201 if (g_jvm->DetachCurrentThread() < 0) { in Init()272 if (_jvm->DetachCurrentThread() < 0) { in ~AndroidNativeOpenGl2Channel()370 if (_jvm->DetachCurrentThread() < 0) { in Init()
69 if (g_jvm->DetachCurrentThread() < 0) { in ~AndroidSurfaceViewRenderer()189 if (g_jvm->DetachCurrentThread() < 0) { in Init()276 if (_jvm->DetachCurrentThread() < 0) { in ~AndroidSurfaceViewChannel()395 if (_jvm->DetachCurrentThread() < 0) { in Init()
213 if (g_jvm->DetachCurrentThread() < 0) in JavaRenderThreadProcess()
115 jint res = jvm_->DetachCurrentThread(); in ~AttachThreadScoped()
88 jint res = JVM::GetInstance()->jvm()->DetachCurrentThread(); in ~AttachCurrentThreadIfNeeded()
322 if (m_vm->DetachCurrentThread() != 0) in run()
81 m_vm->DetachCurrentThread(); in ~ScopedJNIEnv()
74 jint status = g_jvm->DetachCurrentThread(); in ThreadDestructor()
82 g_jvm->DetachCurrentThread(); in DetachFromVM()
1899 jint (JNICALL *DetachCurrentThread)(JavaVM *vm);1916 jint DetachCurrentThread() { in DetachCurrentThread() function1917 return functions->DetachCurrentThread(this); in DetachCurrentThread()
37679 vm.DetachCurrentThread(); in get_args()