Qt 4.8
|
#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 |
#define MAX_LOCKS 200 |
Definition at line 108 of file qlock.cpp.
Referenced by QLock::lock(), QLock::QLock(), and QLock::unlock().