Function drm_ffi::syncobj::wait

source ยท
pub fn wait(
    fd: BorrowedFd<'_>,
    handles: &[u32],
    timeout_nsec: i64,
    wait_all: bool,
    wait_for_submit: bool,
) -> Result<drm_syncobj_wait>
Expand description

Waits for one or more syncobjs to become signalled.