![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
int | wait_relative (QDeadlineTimer deadline) |
bool | wait (QDeadlineTimer deadline) |
QWaitConditionEvent * | pre () |
bool | wait (QWaitConditionEvent *wce, QDeadlineTimer deadline) |
void | post (QWaitConditionEvent *wce, bool ret) |
int | wait_relative (QDeadlineTimer deadline) |
bool | wait (QDeadlineTimer deadline) |
QWaitConditionEvent * | pre () |
bool | wait (QWaitConditionEvent *wce, QDeadlineTimer deadline) |
void | post (QWaitConditionEvent *wce, bool ret) |
Public Attributes | |
pthread_mutex_t | mutex |
pthread_cond_t | cond |
int | waiters |
int | wakeups |
QMutex | mtx |
EventQueue | queue |
EventQueue | freeQueue |
Definition at line 47 of file qwaitcondition_unix.cpp.
void QWaitConditionPrivate::post | ( | QWaitConditionEvent * | wce, |
bool | ret ) |
Definition at line 93 of file qwaitcondition_win.cpp.
References QWaitConditionEvent::wokenUp.
void QWaitConditionPrivate::post | ( | QWaitConditionEvent * | wce, |
bool | ret ) |
QWaitConditionEvent * QWaitConditionPrivate::pre | ( | ) |
Definition at line 51 of file qwaitcondition_win.cpp.
References QWaitConditionEvent::priority, and QWaitConditionEvent::wokenUp.
QWaitConditionEvent * QWaitConditionPrivate::pre | ( | ) |
|
inline |
Definition at line 61 of file qwaitcondition_unix.cpp.
References mutex, qt_report_pthread_error(), waiters, and wakeups.
|
inline |
Definition at line 61 of file qwaitcondition_unix.cpp.
bool QWaitConditionPrivate::wait | ( | QWaitConditionEvent * | wce, |
QDeadlineTimer | deadline ) |
Definition at line 72 of file qwaitcondition_win.cpp.
bool QWaitConditionPrivate::wait | ( | QWaitConditionEvent * | wce, |
QDeadlineTimer | deadline ) |
|
inline |
Definition at line 55 of file qwaitcondition_unix.cpp.
|
inline |
Definition at line 55 of file qwaitcondition_unix.cpp.
pthread_cond_t QWaitConditionPrivate::cond |
Definition at line 51 of file qwaitcondition_unix.cpp.
Referenced by wait_relative().
EventQueue QWaitConditionPrivate::freeQueue |
Definition at line 44 of file qwaitcondition_win.cpp.
QMutex QWaitConditionPrivate::mtx |
Definition at line 42 of file qwaitcondition_win.cpp.
pthread_mutex_t QWaitConditionPrivate::mutex |
Definition at line 50 of file qwaitcondition_unix.cpp.
Referenced by wait(), and wait_relative().
EventQueue QWaitConditionPrivate::queue |
Definition at line 43 of file qwaitcondition_win.cpp.
int QWaitConditionPrivate::waiters |
Definition at line 52 of file qwaitcondition_unix.cpp.
Referenced by wait().
int QWaitConditionPrivate::wakeups |
Definition at line 53 of file qwaitcondition_unix.cpp.
Referenced by wait().