mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-08-09 11:25:22 +00:00
22 lines
229 B
Plaintext
22 lines
229 B
Plaintext
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
|
|
intr protocol PTestRacyReentry {
|
|
|
|
parent:
|
|
intr E();
|
|
__delete__();
|
|
|
|
child:
|
|
async Start();
|
|
|
|
async N();
|
|
intr H();
|
|
};
|
|
|
|
|
|
} // namespace mozilla
|
|
} // namespace _ipdltest
|