namespace mozilla { namespace _ipdltest { intr protocol PTestInterruptShutdownRace { parent: sync StartDeath(); async Orphan(); child: async Start(); intr Exit(); async __delete__(); }; } // namespace _ipdltest } // namespace mozilla