Skip to content

rwmarejka/barrier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barrier

A Barrier Synchronization Object (in C)

The source includes 3 implementations: generation number, sub-barrier and semaphore. A C pre-processor directive is used to select an implementation at compile-time.

The semaphore barrier is an implementation of US Patent 7,512,950. The sub-barrier was written in 1995 while I was at Sun Microsystems.

About

A Barrier Synchronization Object (in C)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages