miko53 / interprocess-spin-lock-trial

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interprocess-spin-lock-trial

This repository contains tests about interprocess communication with spin lock algorithm

  • Paterson algorithm
  • Filter algorithm
  • atomic compare and swap

About

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


Languages

Language:C 96.2%Language:Makefile 3.8%