Unlocks a mutex.
tis_mutex_unlock( mutex );
Argument Data Type Accessmutex opaque pthread_mutex_t read
#includeint tis_mutex_unlock ( pthread_mutex_t *mutex);
For more information about actions when threads are present, refer to the pthread_mutex_unlock description.
Return Description0 Successful completion. [EINVAL] The value specified by mutex is invalid. [EPERM] The caller does not own the mutex.
tis_mutex_destroy tis_mutex_init tis_mutex_lock tis_mutex_trylock