tor-browser

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

pr_blockclockinterrupts.rst (196B)


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