Added a wrapper class around POSIX semaphores.

This commit is contained in:
Tobias Brunner
2012-05-02 14:45:37 +02:00
parent b6e9c41861
commit 8f6c13271c
4 changed files with 193 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ selectors/traffic_selector.c selectors/traffic_selector.h \
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/rwlock.h threading/rwlock.c \
threading/lock_profiler.h \
utils.h utils.c \