tor-browser

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

pr_getthreadpriority.rst (363B)


      1 PR_GetThreadPriority
      2 ====================
      3 
      4 Returns the priority of a specified thread.
      5 
      6 
      7 Syntax
      8 ------
      9 
     10 .. code::
     11 
     12   #include <prthread.h>
     13 
     14   PRThreadPriority PR_GetThreadPriority(PRThread *thread);
     15 
     16 
     17 Parameter
     18 ~~~~~~~~~
     19 
     20 :ref:`PR_GetThreadPriority` has the following parameter:
     21 
     22 ``thread``
     23   A valid identifier for the thread whose priority you want to know.