diff options
author | crupest <crupest@outlook.com> | 2021-06-14 18:38:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-14 18:38:04 +0800 |
commit | 60fb578a0202d354b2fdc5cdf86c04fb9d62c729 (patch) | |
tree | 773305e49925503a415df598647f0ddfcd69aa87 /works/life/operating-system-experiment/DeadLockTestData3.txt | |
parent | dc0dfeec23158268268da5a16364abb1f0de5a06 (diff) | |
download | crupest-60fb578a0202d354b2fdc5cdf86c04fb9d62c729.tar.gz crupest-60fb578a0202d354b2fdc5cdf86c04fb9d62c729.tar.bz2 crupest-60fb578a0202d354b2fdc5cdf86c04fb9d62c729.zip |
import(life): ...
Diffstat (limited to 'works/life/operating-system-experiment/DeadLockTestData3.txt')
-rw-r--r-- | works/life/operating-system-experiment/DeadLockTestData3.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/works/life/operating-system-experiment/DeadLockTestData3.txt b/works/life/operating-system-experiment/DeadLockTestData3.txt new file mode 100644 index 0000000..1e1692d --- /dev/null +++ b/works/life/operating-system-experiment/DeadLockTestData3.txt @@ -0,0 +1,6 @@ +1 10001
+10001 2
+2 10002
+10002 3
+3 10003
+10003 1
|