![]() |
Qt 4.8
|
#include "qplatformdefs.h"#include "qcoreapplication.h"#include "qpair.h"#include "qsocketnotifier.h"#include "qthread.h"#include "qelapsedtimer.h"#include "qeventdispatcher_unix_p.h"#include <private/qthread_p.h>#include <private/qcoreapplication_p.h>#include <private/qcore_unix_p.h>#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <sys/times.h>Go to the source code of this file.
Functions | |
| static void | signalHandler (int sig) |
Variables | |
| Q_CORE_EXPORT bool | qt_disable_lowpriority_timers =false |
| static sig_atomic_t | signal_received |
| static sig_atomic_t | signals_fired [NSIG] |
|
static |
Definition at line 84 of file qeventdispatcher_unix.cpp.
Referenced by QCoreApplication::watchUnixSignal().
| Q_CORE_EXPORT bool qt_disable_lowpriority_timers =false |
Definition at line 75 of file qeventdispatcher_unix.cpp.
Referenced by QWSServerPrivate::_q_screenSaverSleep(), QWSServerPrivate::_q_screenSaverWake(), QTimerInfoList::activateTimers(), and QWSServer::setScreenSaverBlockLevel().
|
static |
Definition at line 81 of file qeventdispatcher_unix.cpp.
Referenced by QEventDispatcherUNIXPrivate::doSelect(), and signalHandler().
|
static |
Definition at line 82 of file qeventdispatcher_unix.cpp.
Referenced by QEventDispatcherUNIXPrivate::doSelect(), and signalHandler().