Searched defs:Event (Results 1 – 3 of 3) sorted by relevance
109 pub fn wait_for_send_completion(&self) -> Result<Event> { in wait_for_send_completion()
503 event: &Event, in set_timer()663 pub struct Event<'a, 'n> { struct666 efi_event: EfiEvent, argument669 cb: PhantomData<Option<EventNotifyCallback<'n>>>, argument672 impl<'a, 'n> Event<'a, 'n> { impl690 impl Drop for Event<'_, '_> { implementation
283 pub type Event = MockEvent; typedef