1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ipc/ipdl/test/cxx/PTestRacyReentry.ipdl Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 + 1.5 +namespace mozilla { 1.6 +namespace _ipdltest { 1.7 + 1.8 + 1.9 +intr protocol PTestRacyReentry { 1.10 + 1.11 +parent: 1.12 + intr E(); 1.13 + __delete__(); 1.14 + 1.15 +child: 1.16 + async Start(); 1.17 + 1.18 + async N(); 1.19 + intr H(); 1.20 +}; 1.21 + 1.22 + 1.23 +} // namespace mozilla 1.24 +} // namespace _ipdltest