Searched defs:attach_current_thread (Results 1 – 4 of 4) sorted by relevance
216 pub fn attach_current_thread(&self) -> Result<AttachGuard> { in attach_current_thread() method384 unsafe fn attach_current_thread(&self) -> Result<*mut sys::JNIEnv> { in attach_current_thread() method
279 pub fn attach_current_thread(&self) -> Result<AttachGuard> { in attach_current_thread() method556 unsafe fn attach_current_thread(&self) -> Result<*mut sys::JNIEnv> { in attach_current_thread() method
46 pub fn attach_current_thread() -> AttachGuard<'static> { in attach_current_thread() function