Home
last modified time | relevance | path

Searched refs:attach_current_thread_permanently (Results 1 – 16 of 16) sorted by relevance

/external/rust/android-crates-io/crates/jni/tests/
Dthreads_nested_attach_permanently.rs5 attach_current_thread, attach_current_thread_as_daemon, attach_current_thread_permanently,
12 let mut env = attach_current_thread_permanently(); in nested_attaches_should_not_detach_permanent_thread()
33 let mut env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_permanent_thread()
Dthreads_detach.rs6 use util::{attach_current_thread_permanently, call_java_abs, jvm};
11 let mut env = attach_current_thread_permanently(); in thread_detaches_when_finished()
Dthreads_explicit_detach_permanent.rs4 use util::{attach_current_thread_permanently, call_java_abs, detach_current_thread, jvm};
9 let mut guard = attach_current_thread_permanently(); in explicit_detach_detaches_thread_attached_permanently()
Dthreads_nested_attach_daemon.rs5 attach_current_thread, attach_current_thread_as_daemon, attach_current_thread_permanently,
33 let mut env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_daemon_thread()
Dthreads_nested_attach_guard.rs5 attach_current_thread, attach_current_thread_as_daemon, attach_current_thread_permanently,
33 let mut env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_guarded_thread()
/external/rust/android-crates-io/extra_versions/crates/jni/tests/
Dthreads_nested_attach_permanently.rs5 attach_current_thread, attach_current_thread_as_daemon, attach_current_thread_permanently,
12 let env = attach_current_thread_permanently(); in nested_attaches_should_not_detach_permanent_thread()
33 let env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_permanent_thread()
Dthreads_detach.rs6 use util::{attach_current_thread_permanently, call_java_abs, jvm};
11 let env = attach_current_thread_permanently(); in thread_detaches_when_finished()
Dthreads_explicit_detach_permanent.rs4 use util::{attach_current_thread_permanently, call_java_abs, detach_current_thread, jvm};
9 let guard = attach_current_thread_permanently(); in explicit_detach_detaches_thread_attached_permanently()
Dthreads_nested_attach_daemon.rs5 attach_current_thread, attach_current_thread_as_daemon, attach_current_thread_permanently,
33 let env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_daemon_thread()
Dthreads_nested_attach_guard.rs5 attach_current_thread, attach_current_thread_as_daemon, attach_current_thread_permanently,
33 let env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_guarded_thread()
/external/rust/android-crates-io/extra_versions/crates/jni/tests/util/
Dmod.rs60 pub fn attach_current_thread_permanently() -> JNIEnv<'static> { in attach_current_thread_permanently() function
62 .attach_current_thread_permanently() in attach_current_thread_permanently()
/external/rust/android-crates-io/crates/jni/tests/util/
Dmod.rs60 pub fn attach_current_thread_permanently() -> JNIEnv<'static> { in attach_current_thread_permanently() function
62 .attach_current_thread_permanently() in attach_current_thread_permanently()
/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/java_vm/
Dvm.rs196 pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv> { in attach_current_thread_permanently() method
/external/rust/android-crates-io/crates/jni/src/wrapper/java_vm/
Dvm.rs259 pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv> { in attach_current_thread_permanently() method
/external/rust/android-crates-io/extra_versions/crates/jni/
DCHANGELOG.md119 - `JavaVM::attach_current_thread_permanently` method, which attaches the current
/external/rust/android-crates-io/crates/jni/
DCHANGELOG.md186 - `JavaVM::attach_current_thread_permanently` method, which attaches the current