Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dlib.rs913 pub fn get_interrupt_handle(&self) -> InterruptHandle { in get_interrupt_handle()
1133 pub struct InterruptHandle { struct
1137 unsafe impl Send for InterruptHandle {} argument
1138 unsafe impl Sync for InterruptHandle {} implementation
1140 impl InterruptHandle { implementation
Dinner_connection.rs180 pub fn get_interrupt_handle(&self) -> InterruptHandle { in get_interrupt_handle()