Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dlib.rs936 pub fn get_interrupt_handle(&self) -> InterruptHandle { in get_interrupt_handle()
1161 pub struct InterruptHandle { struct
1165 unsafe impl Send for InterruptHandle {} implementation
1166 unsafe impl Sync for InterruptHandle {} implementation
1168 impl InterruptHandle { impl
Dinner_connection.rs180 pub fn get_interrupt_handle(&self) -> InterruptHandle { in get_interrupt_handle()