←Prev
THR
A Thread Management Library
Next→
TOC ↑
thrMutexLock
A wrapper for pthread_mutex_lock
Description:
This function locks a mutex.
Invocation
void thrMutexLock( pthread_mutex_t
∗
mutex, int
∗
status )
Arguments
mutex
Pointer to the mutex.
status
Pointer to the inherited status value.
←Prev
THR
A Thread Management Library
Next→
TOC ↑