comparison: ipc/ipdl/test/cxx/PTestRacyUndefer.ipdl
ipc/ipdl/test/cxx/PTestRacyUndefer.ipdl
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 |
|
2 namespace mozilla { |
|
3 namespace _ipdltest { |
|
4 |
|
5 |
|
6 intr protocol PTestRacyUndefer { |
|
7 |
|
8 child: |
|
9 async Start(); |
|
10 |
|
11 async AwakenSpam(); |
|
12 async AwakenRaceWinTwice(); |
|
13 |
|
14 intr Race(); |
|
15 |
|
16 async __delete__(); |
|
17 |
|
18 parent: |
|
19 |
|
20 intr Spam(); |
|
21 intr RaceWinTwice(); |
|
22 |
|
23 async Done(); |
|
24 }; |
|
25 |
|
26 |
|
27 } // namespace mozilla |
|
28 } // namespace _ipdltest |