pthread_mutex_lock() can call malloc() on OS X (!!!), which causes deadlock. Work around this by using spinlocks that are built of more primitive stuff.
Description
No description provided
Languages
C
87.4%
Perl
6.1%
M4
3.6%
Shell
1%
Makefile
0.9%
Other
1%