![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qrandomaccessasyncfile_p_p.h"#include "qiooperation_p.h"#include "qiooperation_p_p.h"#include <QtCore/qfuture.h>#include <QtCore/qthread.h>#include <QtCore/qthreadpool.h>Go to the source code of this file.
Classes | |
| class | QT_BEGIN_NAMESPACE::SharedThreadPool |
Namespaces | |
| namespace | QT_BEGIN_NAMESPACE |
| Combined button and popup list for selecting options. | |
Functions | |
| QT_REQUIRE_CONFIG (thread) | |
| QT_REQUIRE_CONFIG (future) | |
| static QRandomAccessAsyncFilePrivate::OperationResult | executeRead (QFSFileEngine *engine, QBasicMutex *mutex, qint64 offset, char *buffer, qint64 maxSize) |
| static QRandomAccessAsyncFilePrivate::OperationResult | executeWrite (QFSFileEngine *engine, QBasicMutex *mutex, qint64 offset, const char *buffer, qint64 size) |
Variables | |
| static SharedThreadPool | QT_BEGIN_NAMESPACE::asyncFileThreadPool |
|
static |
Definition at line 281 of file qrandomaccessasyncfile_threadpool.cpp.
|
static |
Definition at line 303 of file qrandomaccessasyncfile_threadpool.cpp.
| QT_REQUIRE_CONFIG | ( | future | ) |
| QT_REQUIRE_CONFIG | ( | thread | ) |