Qt 4.8
|
Go to the source code of this file.
Macros | |
#define | is_likely(x) (x) |
#define | load_acquire(x) ((volatile const int&)(x)) |
#define | store_release(x, v) ((volatile int&)(x) = (v)) |
Functions | |
static void | do_gettime (qint64 *sec, qint64 *frac) |
static qint64 | elapsedAndRestart (qint64 sec, qint64 frac, qint64 *nowsec, qint64 *nowfrac) |
static qint64 | fractionAdjustment () |
bool | operator< (const QElapsedTimer &v1, const QElapsedTimer &v2) |
timeval | qt_gettime () |
static void | unixCheckClockType () |
Variables | |
static int | monotonicClockAvailable = false |
static int | monotonicClockChecked = false |
#define is_likely | ( | x | ) | (x) |
Definition at line 72 of file qelapsedtimer_unix.cpp.
Referenced by do_gettime(), and unixCheckClockType().
#define load_acquire | ( | x | ) | ((volatile const int&)(x)) |
Definition at line 74 of file qelapsedtimer_unix.cpp.
Referenced by unixCheckClockType().
#define store_release | ( | x, | |
v | |||
) | ((volatile int&)(x) = (v)) |
Definition at line 75 of file qelapsedtimer_unix.cpp.
Referenced by unixCheckClockType().
Definition at line 121 of file qelapsedtimer_unix.cpp.
Referenced by elapsedAndRestart(), and qt_gettime().
|
static |
Definition at line 155 of file qelapsedtimer_unix.cpp.
|
inlinestatic |
bool operator< | ( | const QElapsedTimer & | v1, |
const QElapsedTimer & | v2 | ||
) |
Definition at line 208 of file qelapsedtimer_unix.cpp.
timeval qt_gettime | ( | ) |
Definition at line 141 of file qelapsedtimer_unix.cpp.
Referenced by qt_safe_select(), QTimerInfoList::QTimerInfoList(), QEventDispatcherBlackberry::select(), time_update(), and QTimerInfoList::updateCurrentTime().
|
static |
Definition at line 77 of file qelapsedtimer_unix.cpp.
Referenced by do_gettime(), and fractionAdjustment().
|
static |
Definition at line 66 of file qelapsedtimer_unix.cpp.
Referenced by do_gettime(), elapsedAndRestart(), fractionAdjustment(), qt_gettime(), and unixCheckClockType().
|
static |
Definition at line 65 of file qelapsedtimer_unix.cpp.
Referenced by unixCheckClockType().