|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
uint32_t m_syncNumber
number of current synchronization point.
std::condition_variable m_allThreadsReachedSync
uint32_t m_threadCount
the number of threads in the group.
Barrier(uint32_t numThreads)
Creates a barrier for a group of numThreads threads.
uint32_t m_numThreadsReachedSync
number of htreads that reached current synchronization point.
void threadSync()
Synchronizes the threads in the group.
Representation of a barrier.
std::mutex m_numThreadsReachedSyncLock