tor-browser

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

pr_processexit.rst (303B)


      1 PR_ProcessExit
      2 ==============
      3 
      4 Causes an immediate, nongraceful, forced termination of the process.
      5 
      6 
      7 Syntax
      8 ------
      9 
     10 .. code::
     11 
     12   #include <prinit.h>
     13 
     14   void PR_ProcessExit(PRIntn status);
     15 
     16 
     17 Parameter
     18 ~~~~~~~~~
     19 
     20 :ref:`PR_ProcessExit` has one parameter:
     21 
     22 status
     23   The exit status code of the process.