Description:
This function blocks the calling
thread until a condition is signalled or broadcast.
Invocation
void thrCondWait( pthread_cond_t
cond, pthread_mutex_t
mutex, int
status
)
Arguments
cond
Pointer to the condition variable.
mutex
Pointer to the associated mutex.
status
Pointer to the inherited status value.