58 #ifndef QT_NO_QWS_MULTIPROCESS 61 # include <semaphore.h> 81 bool up(
unsigned short semNum);
82 bool down(
unsigned short semNum,
int timeout);
83 int getValue(
unsigned short semNum)
const;
95 #endif // QT_NO_QWS_MULTIPROCESS
#define QT_END_NAMESPACE
This macro expands to.
bool wait(LockType type, int timeout=-1)
bool down(unsigned short semNum, int timeout)
void unlock(LockType type)
bool hasLock(LockType type)
#define QT_BEGIN_NAMESPACE
This macro expands to.
int getValue(unsigned short semNum) const
bool up(unsigned short semNum)
bool lock(LockType type, int timeout=-1)