Go to the documentation of this file.
20 #ifndef __SYNTHCLONE_SEMAPHORE_H__
21 #define __SYNTHCLONE_SEMAPHORE_H__
23 #if defined(SYNTHCLONE_PLATFORM_MACX) || defined(SYNTHCLONE_PLATFORM_UNIX)
25 #elif defined(SYNTHCLONE_PLATFORM_WIN32)
29 #error "A semaphore implementation has not been defined for your platform"
32 #include <QtCore/QObject>
33 #include <QtCore/QString>
35 namespace synthclone {
91 #if defined(SYNTHCLONE_PLATFORM_MACX)
94 #elif defined(SYNTHCLONE_PLATFORM_UNIX)
96 #elif defined(SYNTHCLONE_PLATFORM_WIN32)