tor-browser

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

pr_unblockclockinterrupts.rst (204B)


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