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 | 31abef94fd19c74fb96b2d550dbf76f089c1fce9 (patch) | |
tree | 2deb7209cd2eb36b3d500eb6f7a1add262ac0f62 /operating-system-experiment/DeadLockTestData3.txt | |
parent | 7f2f87f3f1cc00bd16d1d5552cc126e9aabc3531 (diff) | |
download | life-31abef94fd19c74fb96b2d550dbf76f089c1fce9.tar.gz life-31abef94fd19c74fb96b2d550dbf76f089c1fce9.tar.bz2 life-31abef94fd19c74fb96b2d550dbf76f089c1fce9.zip |
...
Diffstat (limited to 'operating-system-experiment/DeadLockTestData3.txt')
-rw-r--r-- | operating-system-experiment/DeadLockTestData3.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/operating-system-experiment/DeadLockTestData3.txt b/operating-system-experiment/DeadLockTestData3.txt new file mode 100644 index 0000000..1e1692d --- /dev/null +++ b/operating-system-experiment/DeadLockTestData3.txt @@ -0,0 +1,6 @@ +1 10001
+10001 2
+2 10002
+10002 3
+3 10003
+10003 1
|