Skip to content

Futex based synchronization primitives (mutexes and condition variables)

License

Notifications You must be signed in to change notification settings

rossmacgregor/ftx_sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftx_sync
--------

This is a reference implementation of the mutex and condition variable 
synchronization primitives using the linux futex system calls.

It is generously commented to explain exactly what's going on. I hope you find 
it easy to understand.

About

Futex based synchronization primitives (mutexes and condition variables)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published