Class SynchroThread
Contents
Class SynchroThread#
Defined in File SynchroThread.hpp
Inheritance Relationships#
Base Type#
public utils::SynchroBarrier
(Class SynchroBarrier)
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
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.