PR_GetThreadScope

获取当前线程的作用域。

语法

#include <prthread.h>

PRThreadScope PR_GetThreadScope(void);

返回值

类型为 PRThreadScope 的值,指示线程是本地还是全局的。