/interprocess-spin-lock-trial

test of spin-lock algorithm for interprocess communication (synchronisation) - Paterson algo, atomic compare and swap ...

Primary LanguageC

interprocess-spin-lock-trial

This repository contains tests about interprocess communication with spin lock algorithm

  • Paterson algorithm
  • Filter algorithm
  • atomic compare and swap