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/DeadLockTestData4.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/DeadLockTestData4.txt')
-rw-r--r-- | works/life/operating-system-experiment/DeadLockTestData4.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/works/life/operating-system-experiment/DeadLockTestData4.txt b/works/life/operating-system-experiment/DeadLockTestData4.txt new file mode 100644 index 0000000..d124102 --- /dev/null +++ b/works/life/operating-system-experiment/DeadLockTestData4.txt @@ -0,0 +1,9 @@ +1 10001
+2 10001
+3 10002
+3 10004
+10001 3
+4 10001
+4 10005
+10004 5
+10005 5
|