pthread-win32 icon indicating copy to clipboard operation
pthread-win32 copied to clipboard

Why is pthread_mutex_t defined as a pointer?

Open Mr-LZG opened this issue 5 months ago • 0 comments

typedef struct pthread_mutex_t_ * pthread_mutex_t; This results in a difference from the standard pthread usage.

Mr-LZG avatar Sep 23 '24 07:09 Mr-LZG