Condition typedef

Condition = pthread_cond_t

typedef conditional variable

Implementation

typedef Condition = pthread_cond_t;