Skip to content

stefanofiorentino/mutex_lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mutex_lock

mutex and resource managing example

#valgrind To show the real benefits from resource-management objects one should run

valgrind --leak-check=full ./test/Test -r xml -d yes --order lex "Solution that leaks"

and

valgrind --leak-check=full ./test/Test -r xml -d yes --order lex "Solution that doesn't leak"

submodule

If you didn't git clone --recursive https://github.com/stefanofiorentino/mutex_lock, then you have to

git submodule update --init --recursive

Releases

No releases published

Packages

No packages published