#include "../xdispatch/dispatch.h"
#include <QtCore/qglobal.h>
Go to the source code of this file.
Defines | |
#define | QT_MODULE(X) |
#define | QT_LICENSED_MODULE(X) |
#define | QT_BEGIN_NAMESPACE |
#define | QT_END_NAMESPACE |
#define | QT_BEGIN_HEADER |
#define | QT_END_HEADER |
#define | Q_DISPATCH_EXPORT Q_DECL_EXPORT |
Typedefs | |
typedef xdispatch::synclock | QDispatchSynclock |
Provides an easy locking mechanism used to ensure the threadsafety of a code area. |
#define Q_DISPATCH_EXPORT Q_DECL_EXPORT |
Definition at line 39 of file qdispatchglobal.h.
#define QT_BEGIN_HEADER |
Definition at line 34 of file qdispatchglobal.h.
#define QT_BEGIN_NAMESPACE |
Definition at line 32 of file qdispatchglobal.h.
#define QT_END_HEADER |
Definition at line 35 of file qdispatchglobal.h.
#define QT_END_NAMESPACE |
Definition at line 33 of file qdispatchglobal.h.
#define QT_LICENSED_MODULE | ( | X | ) |
Definition at line 31 of file qdispatchglobal.h.
#define QT_MODULE | ( | X | ) |
Definition at line 30 of file qdispatchglobal.h.
typedef xdispatch::synclock QDispatchSynclock |
Provides an easy locking mechanism used to ensure the threadsafety of a code area.
Can be used interchangeable with xdispatch::synclock
Definition at line 60 of file qdispatchglobal.h.