diff options
author | crupest <crupest@outlook.com> | 2021-04-20 14:02:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-20 14:02:53 +0800 |
commit | 1fce8d95ac8609f716e953af3954c2a537e64c97 (patch) | |
tree | 142c2707eb10c2d4af4ddc7afc94723f83e33a7e /works/life/operating-system-challenge/3/README.md | |
parent | 5e5001a462916fda66fda8996e0fe85f73779a76 (diff) | |
download | crupest-1fce8d95ac8609f716e953af3954c2a537e64c97.tar.gz crupest-1fce8d95ac8609f716e953af3954c2a537e64c97.tar.bz2 crupest-1fce8d95ac8609f716e953af3954c2a537e64c97.zip |
import(life): Add OS challenge 3.
Diffstat (limited to 'works/life/operating-system-challenge/3/README.md')
-rw-r--r-- | works/life/operating-system-challenge/3/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/works/life/operating-system-challenge/3/README.md b/works/life/operating-system-challenge/3/README.md new file mode 100644 index 0000000..63fa023 --- /dev/null +++ b/works/life/operating-system-challenge/3/README.md @@ -0,0 +1,5 @@ +
+
+Translation: Use a lock to achieve that 3 threads print A, B, C in turn for 10 times. Output is `ABCABC...`
+
+Code is in `main.cpp`.
|