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

pub unsafe extern "C" fn os_mqueue_get(arg1: *mut os_mqueue) -> *mut os_mbuf

Remove and return a single mbuf from the mbuf queue. Does not block.

Return: The next mbuf in the queue, or NULL if queue has no mbufs.