DACS_ERR_T dacs_mutex_destroy ( dacs_mutex_t *mutex )
Call parameter | |
mutex | A pointer to the handle of the mutex to destroy. |
The dacs_mutex_destroy service destroys the specified mutex and invalidates the handle. This service blocks until all users of the mutex have released it. The mutex may only be destroyed by the process that initialized it (the owner).
The destroy will succeed whether or not the mutex is held by its owner.