pid
Files
synchro : utilities for threads synchronization.

pid-synchro is a library providing a set of utilities for synchronizing threads. More...

Files

file  concurrent_queue.h
 include file for a class implementing a lock free concurrent queue
 
file  message_queue.h
 include file for a class implementing an efficient message queue
 
file  periodic.h
 include file for a classes implement period/rate base waiting for periodic loops implementation
 
file  rw_barrier.h
 include file for a read write barrier allowing multiple reader or a unique writer at same time
 
file  sync_signal.h
 include file for a synchronziation signal used to synchronise two threads using triggerring signal
 
file  synchro.h
 root include file for pid-synchro library.
 
file  time_reference.h
 include file for time reference class, used to ease getting timestamps
 
file  timer.h
 include file for timer object
 

Detailed Description

pid-synchro is a library providing a set of utilities for synchronizing threads.