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.
pub fn wait(
fd: BorrowedFd<'_>,
handles: &[u32],
timeout_nsec: i64,
wait_all: bool,
wait_for_submit: bool,
) -> Result<drm_syncobj_wait>
Waits for one or more syncobjs to become signalled.