You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

402 B

Hand-written C POSIX implementation of ROSACE Case Study.
This implementation of ROSACE is autonomous and should
execute properly on any POSIX compliant system with pthread support.

Description:

The implementation is made of 5 threads running at various frequencies.
The frequencies are explained in the code itself.
Synchronisation between threads is done using pthread_barrier primitives.

TBC...