Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dlib.rs893 pub fn get_interrupt_handle(&self) -> InterruptHandle { in get_interrupt_handle()
1068 pub struct InterruptHandle { struct
1072 unsafe impl Send for InterruptHandle {} implementation
1073 unsafe impl Sync for InterruptHandle {} implementation
1075 impl InterruptHandle { impl
Dinner_connection.rs180 pub fn get_interrupt_handle(&self) -> InterruptHandle { in get_interrupt_handle()