Class SynchroThread#

Inheritance Relationships#

Base Type#

Class Documentation#

class SynchroThread : public utils::SynchroBarrier#

Implementation of SynchroBarrier that work for threads.

This implementation rely on phtread_barrier and is only usable for synchronising threads in the same process

Public Functions

SynchroThread(int n)#
~SynchroThread()#
virtual void wait()#

Corail is free software: you can redistribute it and/or modify it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.