QtCore/qsystemsemaphore.h Source File
Go to the documentation of this file.
42 #ifndef QSYSTEMSEMAPHORE_H
43 #define QSYSTEMSEMAPHORE_H
54 #ifndef QT_NO_SYSTEMSEMAPHORE
56 class QSystemSemaphorePrivate;
82 void setKey(
const QString &key,
int initialValue = 0, AccessMode
mode = Open);
86 bool release(
int n = 1);
88 SystemSemaphoreError error()
const;
96 #endif // QT_NO_SYSTEMSEMAPHORE
102 #endif // QSYSTEMSEMAPHORE_H
#define QT_BEGIN_NAMESPACE