Home
last modified time | relevance | path

Searched defs:InternalAttachGuard (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/java_vm/
Dvm.rs351 struct InternalAttachGuard { struct
356 /// The InternalAttachGuard is a thread-local vairable, so capture the thread meta-data argument
361 impl InternalAttachGuard { implementation
370 fn fill_tls(guard: InternalAttachGuard) { in fill_tls()
444 impl Drop for InternalAttachGuard { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/java_vm/
Dvm.rs523 struct InternalAttachGuard { struct
528 /// The InternalAttachGuard is a thread-local vairable, so capture the thread meta-data argument
533 impl InternalAttachGuard { implementation
542 fn fill_tls(guard: InternalAttachGuard) { in fill_tls()
616 impl Drop for InternalAttachGuard { implementation