summaryrefslogtreecommitdiffstats
path: root/sync.h
Commit message (Collapse)AuthorAgeFilesLines
* fixed problem when compiling for single threading, fixed bug when compilingRainer Gerhards2007-12-141-5/+5
| | | | for release build
* optimized mutex macrosRainer Gerhards2007-12-111-0/+10
|
* added synchronization class to handle mutex-operations in the most portableRainer Gerhards2007-12-111-0/+52
way.