gecko-dev/ipc/ipdl/test/cxx/PTestRacyReentry.ipdl

22 строки
235 B
Plaintext

namespace mozilla {
namespace _ipdltest {
intr protocol PTestRacyReentry {
parent:
intr E();
async __delete__();
child:
async Start();
async N();
intr H();
};
} // namespace mozilla
} // namespace _ipdltest