]> granicus.if.org Git - icinga2/commit
Implemented thread synchronisation primitives.
authorGunnar Beutner <gunnar.beutner@netways.de>
Sat, 31 Mar 2012 07:09:40 +0000 (09:09 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sat, 31 Mar 2012 07:09:40 +0000 (09:09 +0200)
commit4df6b08043dcb9374c3c7694d65938529f989ee8
tree4b654b51e5bf402ab662bb358c6f90277cec0b9e
parent70df015ed0bb7373c130635d0e484b86b6fc02d9
Implemented thread synchronisation primitives.
base/condvar.cpp [new file with mode: 0644]
base/condvar.h [new file with mode: 0644]
base/i2-base.h
base/mutex.cpp [new file with mode: 0644]
base/mutex.h [new file with mode: 0644]