DACS_ERR_T dacs_mutex_unlock ( dacs_mutex_t mutex )
Call parameter | |
mutex | The handle of the mutex to unlock. |
The dacs_mutex_unlock service unlocks a mutex. The caller must either be the owner of the mutex, or have previously accepted the mutex with a call to dacs_mutex_accept().