Public Member Functions | |
| void | wait () |
| QWaitConditionEvent * | pre () |
| void | wait (QWaitConditionEvent *wce) |
| void | post (QWaitConditionEvent *wce) |
Public Attributes | |
| pthread_mutex_t | mutex |
| pthread_cond_t | cond |
| int | waiters |
| int | wakeups |
| QMutex | mtx |
| EventQueue | queue |
| EventQueue | freeQueue |
Definition at line 54 of file qwaitcondition_unix.cpp.
| void QWaitConditionPrivate::post | ( | QWaitConditionEvent * | wce | ) |
Definition at line 110 of file qwaitcondition_win32.cpp.
| QWaitConditionEvent * QWaitConditionPrivate::pre | ( | ) |
Definition at line 83 of file qwaitcondition_win32.cpp.
|
inline |
Definition at line 62 of file qwaitcondition_unix.cpp.
| void QWaitConditionPrivate::wait | ( | QWaitConditionEvent * | wce | ) |
Definition at line 105 of file qwaitcondition_win32.cpp.
| pthread_cond_t QWaitConditionPrivate::cond |
Definition at line 58 of file qwaitcondition_unix.cpp.
| EventQueue QWaitConditionPrivate::freeQueue |
Definition at line 76 of file qwaitcondition_win32.cpp.
| QMutex QWaitConditionPrivate::mtx |
Definition at line 74 of file qwaitcondition_win32.cpp.
| pthread_mutex_t QWaitConditionPrivate::mutex |
Definition at line 57 of file qwaitcondition_unix.cpp.
| EventQueue QWaitConditionPrivate::queue |
Definition at line 75 of file qwaitcondition_win32.cpp.
| int QWaitConditionPrivate::waiters |
Definition at line 59 of file qwaitcondition_unix.cpp.
| int QWaitConditionPrivate::wakeups |
Definition at line 60 of file qwaitcondition_unix.cpp.
1.8.11