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.

12 lines
402 B

  1. Hand-written C POSIX implementation of ROSACE Case Study.
  2. This implementation of ROSACE is autonomous and should
  3. execute properly on any POSIX compliant system with pthread support.
  4. Description:
  5. The implementation is made of 5 threads running at various frequencies.
  6. The frequencies are explained in the code itself.
  7. Synchronisation between threads is done using pthread_barrier primitives.
  8. TBC...