comparison: ipc/ipdl/test/cxx/PTestRacyReentry.ipdl
ipc/ipdl/test/cxx/PTestRacyReentry.ipdl
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 |
|
2 namespace mozilla { |
|
3 namespace _ipdltest { |
|
4 |
|
5 |
|
6 intr protocol PTestRacyReentry { |
|
7 |
|
8 parent: |
|
9 intr E(); |
|
10 __delete__(); |
|
11 |
|
12 child: |
|
13 async Start(); |
|
14 |
|
15 async N(); |
|
16 intr H(); |
|
17 }; |
|
18 |
|
19 |
|
20 } // namespace mozilla |
|
21 } // namespace _ipdltest |