![]() |
Qt 4.8
|
Public Functions | |
| void | post (QWaitConditionEvent *wce, bool ret) |
| QWaitConditionEvent * | pre () |
| bool | wait (unsigned long time) |
| bool | wait (QWaitConditionEvent *wce, unsigned long time) |
Public Variables | |
| pthread_cond_t | cond |
| EventQueue | freeQueue |
| QMutex | mtx |
| pthread_mutex_t | mutex |
| EventQueue | queue |
| int | waiters |
| int | wakeups |
Definition at line 64 of file qwaitcondition_unix.cpp.
| void QWaitConditionPrivate::post | ( | QWaitConditionEvent * | wce, |
| bool | ret | ||
| ) |
Definition at line 124 of file qwaitcondition_win.cpp.
| QWaitConditionEvent * QWaitConditionPrivate::pre | ( | ) |
Definition at line 89 of file qwaitcondition_win.cpp.
|
inline |
Definition at line 71 of file qwaitcondition_unix.cpp.
| bool QWaitConditionPrivate::wait | ( | QWaitConditionEvent * | wce, |
| unsigned long | time | ||
| ) |
Definition at line 110 of file qwaitcondition_win.cpp.
| pthread_cond_t QWaitConditionPrivate::cond |
Definition at line 67 of file qwaitcondition_unix.cpp.
| EventQueue QWaitConditionPrivate::freeQueue |
Definition at line 82 of file qwaitcondition_win.cpp.
| QMutex QWaitConditionPrivate::mtx |
Definition at line 80 of file qwaitcondition_win.cpp.
| pthread_mutex_t QWaitConditionPrivate::mutex |
Definition at line 66 of file qwaitcondition_unix.cpp.
Referenced by QMutexLocker::relock(), and QMutexLocker::unlock().
| EventQueue QWaitConditionPrivate::queue |
Definition at line 81 of file qwaitcondition_win.cpp.
| int QWaitConditionPrivate::waiters |
Definition at line 68 of file qwaitcondition_unix.cpp.
Referenced by wait().
| int QWaitConditionPrivate::wakeups |
Definition at line 69 of file qwaitcondition_unix.cpp.
Referenced by wait().