(20d058acfcce13fa2ce34932d44034fe1a8420dd)
#include "qfuture.h"
#include "qfutureinterface_p.h"
#include <QtCore/qatomic.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qthread.h>
#include <QtCore/qvarlengtharray.h>
#include <private/qthreadpool_p.h>
#include <private/qobject_p.h>
#include <climits>
#include "qfutureinterface.moc"
Go to the source code of this file.
◆ anonymous enum [1/2]
Enumerator |
---|
MaxProgressEmitsPerSecond | |
MaxProgressEmitsPerSecond | |
Definition at line 24 of file qfutureinterface.cpp.
◆ anonymous enum [2/2]
Enumerator |
---|
MaxProgressEmitsPerSecond | |
MaxProgressEmitsPerSecond | |
Definition at line 24 of file qfutureinterface.cpp.
◆ switch_from_to()
static int switch_from_to |
( |
QAtomicInt & | a, |
|
|
int | from, |
|
|
int | to ) |
|
inlinestatic |
◆ switch_off()
static int switch_off |
( |
QAtomicInt & | a, |
|
|
int | which ) |
|
inlinestatic |
◆ switch_on()
static int switch_on |
( |
QAtomicInt & | a, |
|
|
int | which ) |
|
inlinestatic |