Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_GetThreadScope

Gets the scoping of the current thread.

Syntax

#include <prthread.h>

PRThreadScope PR_GetThreadScope(void);

Returns

A value of type PRThreadScope indicating whether the thread is local or global.

Document Tags and Contributors

 Contributors to this page: teoli, Callek
 Last updated by: teoli,