mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-02-04 06:13:00 +08:00
5c1286ad67
milestone release
7 lines
177 B
C++
7 lines
177 B
C++
Philo Philo::inst;
|
|
. . .
|
|
for (std::uint8_t n = 0U; n < N_PHILO; ++n) {
|
|
QS_OBJ_ARR_DICTIONARY(&Philo::inst[n], n);
|
|
QS_OBJ_ARR_DICTIONARY(&Philo::inst[n].m_timeEvt, n);
|
|
}
|