DACS_ERR_T dacs_mutex_release ( dacs_mutex_t *mutex )
Call parameter | |
*mutex | A pointer to the handle of the mutex to release. |
The dacs_mutex_release service releases a previously accepted mutex object and invalidates the handle. When all accepters have released the mutex, it may be destroyed by its owner. This service does not block.
The release will succeed whether or not the mutex is held by the caller.