Skip to main content

SYS_HANDLE_WAIT

Constant SYS_HANDLE_WAIT 

Source
pub const SYS_HANDLE_WAIT: usize = 3; // 3usize
Expand description

Wait on a capability handle until it becomes ready or the timeout expires.

  • handle: capability handle to wait on
  • timeout_ns: maximum wait time in nanoseconds (0 = infinite)

Returns 0 on success, -ETIMEDOUT if the timeout expired.