-
- Downloads
pthread: drop 'pmutex'
We had a klugey pmutex class used to allow zero initialization of pthread_mutex_t. Now that the mutex class supports it natively we can drop it.
Please register or sign in to comment
We had a klugey pmutex class used to allow zero initialization of pthread_mutex_t. Now that the mutex class supports it natively we can drop it.