summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestRacyReentry.ipdl
blob: 4dd5fe54fbdd5cb41d0ea2f4f28981a1e30997fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

namespace mozilla {
namespace _ipdltest {


intr protocol PTestRacyReentry {

parent:
    intr E();
    async __delete__();

child:
    async Start();

    async N();
    intr H();
};


} // namespace mozilla
} // namespace _ipdltest