Added wrapper for POSIX spin locks

This commit is contained in:
Tobias Brunner
2012-07-04 10:13:49 +02:00
parent c9355ea4a0
commit 12fa85c664
3 changed files with 191 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@ threading/thread.h threading/thread.c \
threading/thread_value.h threading/thread_value.c \
threading/mutex.h threading/mutex.c threading/condvar.h \
threading/semaphore.h threading/semaphore.c \
threading/spinlock.h threading/spinlock.c \
threading/rwlock.h threading/rwlock.c \
threading/lock_profiler.h \
utils.h utils.c \