Skip to content

A wrapper which simplifies the creation, destruction, and use of mutex locks.

License

Notifications You must be signed in to change notification settings

Valkryst/C_Mutex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The foci of this repository are the mutex.c and mutex.h files. They simplify the creation, destruction, and use of mutex locks.

Compiling

Add mutex.c and mutex.h to your project, and add -pthread flag to your compile flags.

See the provided Makefile as a reference.

Dependencies

For development purposes, mutex.c depends on my C_Logging library. By replacing all calls to printError in mutex.c, you can remove this dependency.

About

A wrapper which simplifies the creation, destruction, and use of mutex locks.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project