Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/ipc/ipdl/test/gtest/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 391 B image not shown  

Quelle  PTestManyChildAllocs.ipdl   Sprache: unbekannt

 
include protocol PTestManyChildAllocsSub;

namespace mozilla {
namespace _ipdltest {

[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
protocol PTestManyChildAllocs {
    manages PTestManyChildAllocsSub;
child:
    async Go();                       // start allocating

parent:
    async Done();
    async PTestManyChildAllocsSub();
};

} // namespace _ipdltest
} // namespace mozilla

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]