Home
last modified time | relevance | path

Searched defs:env_nested (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/jni/tests/
Dthreads_nested_attach_guard.rs19 let mut env_nested = attach_current_thread(); in nested_attaches_should_not_detach_guarded_thread() localVariable
33 let mut env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_guarded_thread() localVariable
42 let mut env_nested = attach_current_thread_as_daemon(); in nested_attaches_should_not_detach_guarded_thread() localVariable
Dthreads_nested_attach_permanently.rs19 let mut env_nested = attach_current_thread(); in nested_attaches_should_not_detach_permanent_thread() localVariable
33 let mut env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_permanent_thread() localVariable
42 let mut env_nested = attach_current_thread_as_daemon(); in nested_attaches_should_not_detach_permanent_thread() localVariable
Dthreads_nested_attach_daemon.rs19 let mut env_nested = attach_current_thread(); in nested_attaches_should_not_detach_daemon_thread() localVariable
33 let mut env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_daemon_thread() localVariable
42 let mut env_nested = attach_current_thread_as_daemon(); in nested_attaches_should_not_detach_daemon_thread() localVariable
/external/rust/crates/jni/0.20.0/tests/
Dthreads_nested_attach_daemon.rs19 let env_nested = attach_current_thread(); in nested_attaches_should_not_detach_daemon_thread() localVariable
33 let env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_daemon_thread() localVariable
42 let env_nested = attach_current_thread_as_daemon(); in nested_attaches_should_not_detach_daemon_thread() localVariable
Dthreads_nested_attach_permanently.rs19 let env_nested = attach_current_thread(); in nested_attaches_should_not_detach_permanent_thread() localVariable
33 let env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_permanent_thread() localVariable
42 let env_nested = attach_current_thread_as_daemon(); in nested_attaches_should_not_detach_permanent_thread() localVariable
Dthreads_nested_attach_guard.rs19 let env_nested = attach_current_thread(); in nested_attaches_should_not_detach_guarded_thread() localVariable
33 let env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_guarded_thread() localVariable
42 let env_nested = attach_current_thread_as_daemon(); in nested_attaches_should_not_detach_guarded_thread() localVariable