Skip to content

rixed/lockarena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LockArena

A small C program to test various deadlock prevention methods.

Suppose you have a program with many threads, many locks, and locks
ordering is unpredictable. You then have no other choice than to either
detect or prevent deadlocks. This small programm reproduce this setting
and let you implement/tests various algorithms.

Build with:

CPPFLAGS=-DNDEBUG make

About

Deadlock prevention testbench

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages