Home
last modified time | relevance | path

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

/external/rust/crates/jni/tests/
Djni_global_refs.rs23 let atomic_integer = { in global_ref_works_in_other_threads() localVariable
44 let atomic_integer = atomic_integer.clone(); in global_ref_works_in_other_threads() localVariable
54 env.call_method(&atomic_integer, "incrementAndGet", "()I", &[]), in global_ref_works_in_other_threads()
74 env.call_method(&atomic_integer, "getAndSet", "(I)I", &[JValue::from(0)]) in global_ref_works_in_other_threads()