Barrier object for synchronizing threads. More...
#include <kanzi/core/platform/thread/linux/kzs_barrier.hpp>
Barrier object for synchronizing threads.
This object can be used to implement multi-thread rendezvous. Use kzsThreadBarrierWait to communicate between threads.