tor-browser

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

prcondvar.rst (247B)


      1 PRCondVar
      2 =========
      3 
      4 Structure for a condition variable.
      5 
      6 
      7 Syntax
      8 ------
      9 
     10 .. code::
     11 
     12   #include <prcvar.h>
     13 
     14   typedef struct PRCondVar PRCondVar;
     15 
     16 
     17 Description
     18 -----------
     19 
     20 An NSPR condition variable is an opaque object identified by a pointer.