dacs_wid_reserve

NAME

dacs_wid_reserve - Reserve a wait identifier.

SYNOPSIS

DACS_ERR_T dacs_wid_reserve ( dacs_wid_t *wid )

Return parameter  
*wid A pointer to the reserved wait identifier.

DESCRIPTION

The dacs_wid_reserve service reserves a wait identifier.

RETURN VALUE

The dacs_wid_reserve service returns an error indicator defined as:
  • DACS_SUCCESS: normal return.
  • DACS_ERR_INVALID_ADDR: the pointer is invalid.
  • DACS_ERR_NO_WIDS: no wait identifiers are available.

SEE ALSO

dacs_wid_release(3)