![]() |
Qt 6.x
The Qt SDK
|
#include <qelapsedtimer.h>#include <qcoreapplication.h>#include "private/qcore_unix_p.h"#include "private/qtimerinfo_unix_p.h"#include "private/qobject_p.h"#include "private/qabstracteventdispatcher_p.h"#include <sys/times.h>
Include dependency graph for qtimerinfo_unix.cpp:Go to the source code of this file.
Functions | |
| static constexpr milliseconds | roundToMillisecond (nanoseconds val) |
| static constexpr seconds | roundToSecs (milliseconds msecs) |
| static void | calculateCoarseTimerTimeout (QTimerInfo *t, steady_clock::time_point now) |
| static void | calculateNextTimeout (QTimerInfo *t, steady_clock::time_point now) |
Variables | |
| QT_BEGIN_NAMESPACE Q_CORE_EXPORT bool | qt_disable_lowpriority_timers =false |
|
static |
Definition at line 98 of file qtimerinfo_unix.cpp.
References base, now, Q_ASSERT, qMax(), and qMin().
Referenced by calculateNextTimeout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 212 of file qtimerinfo_unix.cpp.
References calculateCoarseTimerTimeout(), Qt::CoarseTimer, now, Qt::PreciseTimer, and Qt::VeryCoarseTimer.
Here is the call graph for this function:
|
staticconstexpr |
Definition at line 63 of file qtimerinfo_unix.cpp.
Referenced by QTimerInfoList::remainingDuration(), and QTimerInfoList::timerWait().
Here is the caller graph for this function:
|
staticconstexpr |
Definition at line 79 of file qtimerinfo_unix.cpp.
| QT_BEGIN_NAMESPACE Q_CORE_EXPORT bool qt_disable_lowpriority_timers =false |
Definition at line 21 of file qtimerinfo_unix.cpp.
Referenced by QTimerInfoList::activateTimers().