From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl (limited to 'ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl') diff --git a/ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl b/ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl new file mode 100644 index 0000000000..84bc6f0a97 --- /dev/null +++ b/ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl @@ -0,0 +1,19 @@ +include "mozilla/_ipdltest/TestInterruptShutdownRace.h"; + +namespace mozilla { +namespace _ipdltest { + +[ManualDealloc, ChildImpl="TestInterruptShutdownRaceChild", ParentImpl="TestInterruptShutdownRaceParent"] +intr protocol PTestInterruptShutdownRace { +parent: + sync StartDeath(); + async Orphan(); + +child: + async Start(); + [LegacyIntr] intr Exit(); + async __delete__(); +}; + +} // namespace _ipdltest +} // namespace mozilla -- cgit v1.2.3