Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwaitcondition_win.cpp File Reference

(288326eaf8819f9c3bf978bd11af8ea0ce3ca4f0)

#include "qwaitcondition.h"
#include "qdeadlinetimer.h"
#include "qnamespace.h"
#include "qmutex.h"
#include "qreadwritelock.h"
#include "qlist.h"
#include "qalgorithms.h"
#include <private/qmutex_p.h>
#include <private/qreadwritelock_p.h>
#include <qt_windows.h>
+ Include dependency graph for qwaitcondition_win.cpp:

Go to the source code of this file.

Classes

class  QWaitConditionEvent
 
class  QWaitConditionPrivate
 

Macros

#define Q_MUTEX_T   void *
 

Typedefs

typedef QList< QWaitConditionEvent * > EventQueue
 

Macro Definition Documentation

◆ Q_MUTEX_T

#define Q_MUTEX_T   void *

Definition at line 12 of file qwaitcondition_win.cpp.

Typedef Documentation

◆ EventQueue

Definition at line 36 of file qwaitcondition_win.cpp.