pr_getthreadscope.rst (279B)
1 PR_GetThreadScope 2 ================= 3 4 Gets the scoping of the current thread. 5 6 7 Syntax 8 ------ 9 10 .. code:: 11 12 #include <prthread.h> 13 14 PRThreadScope PR_GetThreadScope(void); 15 16 17 Returns 18 ~~~~~~~ 19 20 A value of type :ref:`PRThreadScope` indicating whether the thread is local 21 or global.