Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rusqlite/src/
Dlib.rs1009 pub fn get_interrupt_handle(&self) -> InterruptHandle { in get_interrupt_handle()
1255 pub struct InterruptHandle { struct
1259 unsafe impl Send for InterruptHandle {} implementation
1260 unsafe impl Sync for InterruptHandle {} implementation
1262 impl InterruptHandle { implementation
Dinner_connection.rs179 pub fn get_interrupt_handle(&self) -> InterruptHandle { in get_interrupt_handle()