Dactyloidae/ipc/ipdl/test/cxx/PTestRacyUndefer.ipdl

28 lines
329 B
Text

namespace mozilla {
namespace _ipdltest {
intr protocol PTestRacyUndefer {
child:
async Start();
async AwakenSpam();
async AwakenRaceWinTwice();
intr Race();
async __delete__();
parent:
intr Spam();
intr RaceWinTwice();
async Done();
};
} // namespace mozilla
} // namespace _ipdltest