/countMutex

Practice locking critical sections in multithreaded code. One thread counts up; the other counts down.

Primary LanguageC

countMutex

Practice locking critical sections in multithreaded code. One thread counts up; the other counts down.

I did not code the graphics.