Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: README.md
- Revision:
- 0:a88acbffd78b
diff -r 000000000000 -r a88acbffd78b README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Mon Oct 23 21:11:16 2017 +0000 @@ -0,0 +1,8 @@ + +### Getting started with the CriticalSectionLock API ### + +CriticalSectionLock Example +This application demonstrated race condition when multiple threads update +global shared resource.CriticalSectionLock is used to avoid this race condition +and protect the shared counter. + \ No newline at end of file