summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Concurrency/test.phil2
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/Concurrency/test.phil2')
-rw-r--r--ACE/TAO/orbsvcs/tests/Concurrency/test.phil26
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/Concurrency/test.phil2 b/ACE/TAO/orbsvcs/tests/Concurrency/test.phil2
new file mode 100644
index 00000000000..7f02934cf4d
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/Concurrency/test.phil2
@@ -0,0 +1,6 @@
+repeat 100;
+lock fork2 write;
+lock fork3 write;
+print "Phil 2 eating";
+unlock fork2 write;
+unlock fork3 write;