forked from mirrors/gecko-dev
Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
21 lines
284 B
ReStructuredText
21 lines
284 B
ReStructuredText
PR_GetThreadScope
|
|
=================
|
|
|
|
Gets the scoping of the current thread.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
#include <prthread.h>
|
|
|
|
PRThreadScope PR_GetThreadScope(void);
|
|
|
|
|
|
Returns
|
|
~~~~~~~
|
|
|
|
A value of type :ref:`PRThreadScope` indicating whether the thread is local
|
|
or global.
|