Searched refs:env_nested (Results 1 – 3 of 3) sorted by relevance
19 let env_nested = attach_current_thread(); in nested_attaches_should_not_detach_daemon_thread() localVariable20 let val = call_java_abs(&env_nested, -2); in nested_attaches_should_not_detach_daemon_thread()33 let env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_daemon_thread() localVariable34 let val = call_java_abs(&env_nested, -4); in nested_attaches_should_not_detach_daemon_thread()42 let env_nested = attach_current_thread_as_daemon(); in nested_attaches_should_not_detach_daemon_thread() localVariable43 let val = call_java_abs(&env_nested, -5); in nested_attaches_should_not_detach_daemon_thread()
19 let env_nested = attach_current_thread(); in nested_attaches_should_not_detach_permanent_thread() localVariable20 let val = call_java_abs(&env_nested, -2); in nested_attaches_should_not_detach_permanent_thread()33 let env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_permanent_thread() localVariable34 let val = call_java_abs(&env_nested, -4); in nested_attaches_should_not_detach_permanent_thread()42 let env_nested = attach_current_thread_as_daemon(); in nested_attaches_should_not_detach_permanent_thread() localVariable43 let val = call_java_abs(&env_nested, -5); in nested_attaches_should_not_detach_permanent_thread()
19 let env_nested = attach_current_thread(); in nested_attaches_should_not_detach_guarded_thread() localVariable20 let val = call_java_abs(&env_nested, -2); in nested_attaches_should_not_detach_guarded_thread()33 let env_nested = attach_current_thread_permanently(); in nested_attaches_should_not_detach_guarded_thread() localVariable34 let val = call_java_abs(&env_nested, -4); in nested_attaches_should_not_detach_guarded_thread()42 let env_nested = attach_current_thread_as_daemon(); in nested_attaches_should_not_detach_guarded_thread() localVariable43 let val = call_java_abs(&env_nested, -5); in nested_attaches_should_not_detach_guarded_thread()