tor-browser

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

pr_disableclockinterrupts.rst (201B)


      1 PR_DisableClockInterrupts
      2 =========================
      3 
      4 Disables timer signals used for preemptive scheduling.
      5 
      6 
      7 Syntax
      8 ------
      9 
     10 .. code::
     11 
     12   #include <prinit.h>
     13 
     14   void PR_DisableClockInterrupts(void);