Searched refs:attach_current_thread_impl (Results 1 – 2 of 2) sorted by relevance
199 Err(_) => self.attach_current_thread_impl(ThreadType::Normal), in attach_current_thread_permanently()220 let env = self.attach_current_thread_impl(ThreadType::Normal)?; in attach_current_thread()254 Err(_) => self.attach_current_thread_impl(ThreadType::Daemon), in attach_current_thread_as_daemon()279 fn attach_current_thread_impl(&self, thread_type: ThreadType) -> Result<JNIEnv> { in attach_current_thread_impl() method
262 Err(_) => self.attach_current_thread_impl(ThreadType::Normal), in attach_current_thread_permanently()283 let env = self.attach_current_thread_impl(ThreadType::Normal)?; in attach_current_thread()335 Err(_) => self.attach_current_thread_impl(ThreadType::Daemon), in attach_current_thread_as_daemon()360 fn attach_current_thread_impl(&self, thread_type: ThreadType) -> Result<JNIEnv> { in attach_current_thread_impl() method