Qt 4.8
Classes | Macros
qlock.cpp File Reference
#include "qlock_p.h"
#include "qwssignalhandler_p.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/stat.h>
#include <sys/file.h>
#include <string.h>
#include <errno.h>
#include <private/qcore_unix_p.h>

Go to the source code of this file.

Classes

class  QLockData
 

Macros

#define MAX_LOCKS   200
 
#define QT_NO_SEMAPHORE
 

Macro Definition Documentation

◆ MAX_LOCKS

#define MAX_LOCKS   200

Definition at line 108 of file qlock.cpp.

Referenced by QLock::lock(), QLock::QLock(), and QLock::unlock().

◆ QT_NO_SEMAPHORE

#define QT_NO_SEMAPHORE

Definition at line 85 of file qlock.cpp.