[][src]Function mynewt::kernel::os::os_eventq_remove

pub unsafe extern "C" fn os_eventq_remove(
    arg1: *mut os_eventq,
    arg2: *mut os_event
)

Remove an event from the queue.

  • evq: The event queue to remove the event from
  • ev: The event to remove from the queue