Home
last modified time | relevance | path

Searched refs:create_event_with_notification (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dblock_io2.rs70 unsafe { bs.create_event_with_notification(EventType::NotifyWait, &mut notify) }?; in read_blocks_ex()
105 unsafe { bs.create_event_with_notification(EventType::NotifyWait, &mut notify) }?; in write_blocks_ex()
131 unsafe { bs.create_event_with_notification(EventType::NotifyWait, &mut notify) }?; in flush_blocks_ex()
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dlib.rs451 pub unsafe fn create_event_with_notification<'e>( in create_event_with_notification() method
1577 .create_event_with_notification(EventType::Timer, &mut cb) in test_create_event_with_notify_fn()
/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Dnet.rs564 bs.create_event_with_notification( in create_socket()