thread_t
typedef HANDLE thread_t;
typedef pthread_t thread_t;
typedef unsigned int thread_t;
typedef HANDLE thread_t;
typedef pthread_t thread_t;
typedef long thread_t; /* Must be an integral type. */