![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QReadWriteLock>#include <QByteArray>Go to the source code of this file.
Classes | |
| class | ReaderThread |
| class | WriterThread |
Namespaces | |
| namespace | duplicate_examples |
| [1] | |
Functions | |
| void | read_file () |
| void | write_file () |
| QByteArray | readData () |
| [1] | |
| QByteArray | duplicate_examples::readData () |
| [2] | |
| void | duplicate_examples::writeData (const QByteArray &data) |
| [2] | |
| void | writeData (const QByteArray &data) |
| [4] | |
Variables | |
| QReadWriteLock | lock |
| [lock] | |
| QByteArray | data |
| [0] | |
| QByteArray | duplicate_examples::data |
| QReadWriteLock | duplicate_examples::lock |
| void read_file | ( | ) |
| QByteArray readData | ( | ) |
[1]
Definition at line 50 of file src_corelib_thread_qreadwritelock.cpp.
| void write_file | ( | ) |
| void writeData | ( | const QByteArray & | data | ) |
[0]
Definition at line 47 of file src_corelib_thread_qreadwritelock.cpp.
| QReadWriteLock lock |
[lock]
Definition at line 23 of file src_corelib_thread_qreadwritelock.cpp.
Referenced by ReaderThread::run(), WriterThread::run(), and writeData().