Threading primitives separated.

This commit is contained in:
Tobias Brunner
2009-12-23 17:01:30 +01:00
parent 14f7091280
commit b1f35d0695
8 changed files with 530 additions and 394 deletions
+5 -1
View File
@@ -43,7 +43,11 @@ credentials/ietf_attributes/ietf_attributes.c credentials/ietf_attributes/ietf_a
database/database.h database/database_factory.h database/database_factory.c \
fetcher/fetcher.h fetcher/fetcher_manager.h fetcher/fetcher_manager.c \
selectors/traffic_selector.c selectors/traffic_selector.h \
threading.h threading/mutex.c \
threading.h \
threading/mutex.h threading/mutex.c \
threading/condvar.h threading/condvar.c \
threading/rwlock.h threading/rwlock.c \
threading/lock_profiler.h \
utils.h utils.c \
utils/host.c utils/host.h \
utils/identification.c utils/identification.h \