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

25 строки
405 B
Plaintext

namespace mozilla {
namespace _ipdltest {
prio(normal upto high) sync protocol PTestUrgentHangs
{
parent:
prio(high) sync Test1_2();
prio(high) sync TestInner();
child:
prio(high) sync Test1_1();
prio(high) sync Test1_3();
prio(high) sync Test2();
prio(high) sync Test3();
async Test4();
prio(high) sync Test4_1();
};
} // namespace _ipdltest
} // namespace mozilla