Function drm_ffi::syncobj::timeline_wait

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

Waits for one or more specific timeline syncobj points.