thrCondInit

A wrapper for pthread_cond_init

Description:

This function initialises a condition variable using default attributes.

Invocation

void thrCondInit( pthread_cond_t cond, int status )

Arguments

cond
The condition variable to be initialised.
status
Pointer to the inherited status value.