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 296 B image not shown  

Quelle  PTestShmem.ipdl   Sprache: unbekannt

 
namespace mozilla {
namespace _ipdltest {

[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
protocol PTestShmem {
child:
    async Give(Shmem mem, Shmem unsafe, uint32_t expectedSize);

parent:
    async Take(Shmem mem, Shmem unsafe, uint32_t expectedSize);
    async __delete__();
};

}
}

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]