![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qeventdispatcher_unix_p.h>
Public Member Functions | |
QThreadPipe () | |
~QThreadPipe () | |
bool | init () |
pollfd | prepare () const |
void | wakeUp () |
int | check (const pollfd &pfd) |
Public Attributes | |
int | fds [2] = { -1, -1 } |
QAtomicInt | wakeUps |
Definition at line 42 of file qeventdispatcher_unix_p.h.
QThreadPipe::QThreadPipe | ( | ) |
Definition at line 63 of file qeventdispatcher_unix.cpp.
QThreadPipe::~QThreadPipe | ( | ) |
Definition at line 67 of file qeventdispatcher_unix.cpp.
References fds.
int QThreadPipe::check | ( | const pollfd & | pfd | ) |
Definition at line 165 of file qeventdispatcher_unix.cpp.
References fds.
bool QThreadPipe::init | ( | ) |
Definition at line 97 of file qeventdispatcher_unix.cpp.
References fds.
pollfd QThreadPipe::prepare | ( | ) | const |
Definition at line 148 of file qeventdispatcher_unix.cpp.
void QThreadPipe::wakeUp | ( | ) |
Definition at line 153 of file qeventdispatcher_unix.cpp.
References fds.
int QThreadPipe::fds[2] = { -1, -1 } |
Definition at line 55 of file qeventdispatcher_unix_p.h.
Referenced by ~QThreadPipe(), check(), init(), and wakeUp().
QAtomicInt QThreadPipe::wakeUps |
Definition at line 56 of file qeventdispatcher_unix_p.h.