tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

PTestCrossProcessSemaphore.ipdl (573B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2  * License, v. 2.0. If a copy of the MPL was not distributed with this
      3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 [MoveOnly] using mozilla::CrossProcessSemaphoreHandle from "mozilla/ipc/CrossProcessSemaphore.h";
      6 
      7 namespace mozilla {
      8 namespace _ipdltest {
      9 
     10 [ParentImpl=virtual, ChildImpl=virtual, ChildProc=any]
     11 async protocol PTestCrossProcessSemaphore {
     12 child:
     13     async CrossProcessSemaphore(CrossProcessSemaphoreHandle aSem);
     14 };
     15 
     16 } // namespace _ipdltest
     17 } // namespace mozilla