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,