pthread-win32
pthread-win32 copied to clipboard
Why is pthread_mutex_t defined as a pointer?
typedef struct pthread_mutex_t_ * pthread_mutex_t;
This results in a difference from the standard pthread usage.