summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Concurrency/test.basic
blob: d0e5ee8e65009c5917847edc294149650adf9eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
create test;
lock test read;
try_lock test read;
unlock test read;
unlock test read;
lock test write;
try_lock test write;
unlock test write;
lock test upgrade;
try_lock test upgrade;
unlock test upgrade;
lock test intention_read;
try_lock test intention_read;
unlock test intention_read;
unlock test intention_read;
lock test intention_write;
try_lock test intention_write;
unlock test intention_write;
create ls2;
unlock ls2 write;
exception IDL:CosConcurrencyControl/LockNotHeld:1.0;