Public Member Functions | |
| void | exec () |
| void | _F1 () |
Public Attributes | |
| IThreadImplementation * | m_thread_implementation = nullptr |
| Mutex | m_mutex |
| IThreadBarrier * | m_thread_barrier = nullptr |
| std::atomic< Int64 > | m_count = 0 |
| Int64 | m_count2 = 0 |
| Int64 | m_count3 = 0 |
| Int32 | m_nb_sub_iter = 1000 |
| bool | m_do_print_id = true |
Definition at line 112 of file TestConcurrency.cc.
|
inline |
Definition at line 116 of file TestConcurrency.cc.
|
inline |
Definition at line 148 of file TestConcurrency.cc.
|
inline |
Definition at line 121 of file TestConcurrency.cc.
| std::atomic<Int64> TestMutexLock1::m_count = 0 |
Definition at line 169 of file TestConcurrency.cc.
| Int64 TestMutexLock1::m_count2 = 0 |
Definition at line 170 of file TestConcurrency.cc.
| Int64 TestMutexLock1::m_count3 = 0 |
Definition at line 171 of file TestConcurrency.cc.
| bool TestMutexLock1::m_do_print_id = true |
Definition at line 173 of file TestConcurrency.cc.
| Mutex TestMutexLock1::m_mutex |
Definition at line 167 of file TestConcurrency.cc.
| Int32 TestMutexLock1::m_nb_sub_iter = 1000 |
Definition at line 172 of file TestConcurrency.cc.
| IThreadBarrier* TestMutexLock1::m_thread_barrier = nullptr |
Definition at line 168 of file TestConcurrency.cc.
| IThreadImplementation* TestMutexLock1::m_thread_implementation = nullptr |
Definition at line 166 of file TestConcurrency.cc.