thrMutexUnlock

A wrapper for pthread_mutex_unlock

Description:

This function unlocks a mutex.

Invocation

void thrMutexUnlock( pthread_mutex_t mutex, int status )

Arguments

mutex
Pointer to the mutex.
status
Pointer to the inherited status value.

Notes: