![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
LoopThreadData & | threadData () |
LoopThreadData & | threadData () |
Public Attributes | |
const std::optional< int > | m_loopCount = {} |
const Loop::ValueGetter | m_valueGetter = {} |
const Loop::Condition | m_condition = {} |
QMutex | m_threadDataMutex = {} |
std::map< QThread *, LoopThreadData > | m_threadDataMap = {} |
Definition at line 1374 of file tasktree.cpp.
|
inline |
Definition at line 1377 of file tasktree.cpp.
|
inline |
Definition at line 1377 of file tasktree.cpp.
const Loop::Condition Tasking::LoopData::m_condition = {} |
Definition at line 1384 of file tasktree.cpp.
const std::optional< int > Tasking::LoopData::m_loopCount = {} |
Definition at line 1382 of file tasktree.cpp.
std::map< QThread *, LoopThreadData > Tasking::LoopData::m_threadDataMap = {} |
Definition at line 1388 of file tasktree.cpp.
QMutex Tasking::LoopData::m_threadDataMutex = {} |
Definition at line 1385 of file tasktree.cpp.
const Loop::ValueGetter Tasking::LoopData::m_valueGetter = {} |
Definition at line 1383 of file tasktree.cpp.