Skip to content

bharath23/brlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brlock
======

What is brlock?
brlock is a library that implements mutual exclusion lock primitives. There
are two implementations of the locking primitive
	o semlocks - sempahore based mutual exclusion lock.
	o spinlocks - test-and-set based mutual exclusion lock.

Author: Bharath Ramesh <bramesh.dev@gmail.com>

About

user level locking primitives

Resources

License

LGPL-2.1, GPL-2.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages