Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/jni/tests/
Djni_weak_refs.rs35 let atomic_integer = in weak_ref_works_in_other_threads() localVariable
44 let atomic_integer = atomic_integer.clone(); in weak_ref_works_in_other_threads() localVariable
50 let atomic_integer = env.auto_local( in weak_ref_works_in_other_threads() localVariable
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
/aosp_15_r20/external/rust/android-crates-io/extra_versions/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
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dlib.rs31 mod atomic_integer; module