Thread typedef

Thread = pthread_t

Typedef mutex to a personalized type for portability

Implementation

typedef Thread = pthread_t;