Searched refs:attach_current_thread_permanently (Results 1 – 16 of 16) sorted by relevance
/external/rust/android-crates-io/crates/jni/tests/ |
D | threads_nested_attach_permanently.rs | 5 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()
|
D | threads_detach.rs | 6 use util::{attach_current_thread_permanently, call_java_abs, jvm}; 11 let mut env = attach_current_thread_permanently(); in thread_detaches_when_finished()
|
D | threads_explicit_detach_permanent.rs | 4 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()
|
D | threads_nested_attach_daemon.rs | 5 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()
|
D | threads_nested_attach_guard.rs | 5 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/ |
D | threads_nested_attach_permanently.rs | 5 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()
|
D | threads_detach.rs | 6 use util::{attach_current_thread_permanently, call_java_abs, jvm}; 11 let env = attach_current_thread_permanently(); in thread_detaches_when_finished()
|
D | threads_explicit_detach_permanent.rs | 4 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()
|
D | threads_nested_attach_daemon.rs | 5 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()
|
D | threads_nested_attach_guard.rs | 5 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/ |
D | mod.rs | 60 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/ |
D | mod.rs | 60 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/ |
D | vm.rs | 196 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/ |
D | vm.rs | 259 pub fn attach_current_thread_permanently(&self) -> Result<JNIEnv> { in attach_current_thread_permanently() method
|
/external/rust/android-crates-io/extra_versions/crates/jni/ |
D | CHANGELOG.md | 119 - `JavaVM::attach_current_thread_permanently` method, which attaches the current
|
/external/rust/android-crates-io/crates/jni/ |
D | CHANGELOG.md | 186 - `JavaVM::attach_current_thread_permanently` method, which attaches the current
|