Searched refs:atomic_integer (Results 1 – 1 of 1) sorted by relevance
23 let atomic_integer = { in global_ref_works_in_other_threads() localVariable44 let atomic_integer = atomic_integer.clone(); in global_ref_works_in_other_threads() localVariable54 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()