PRThread

一个 NSPR 线程。

语法

#include <prthread.h>

typedef struct PRThread PRThread;

描述

在 NSPR 中,线程由指向类型为 PRThread 的不透明结构的指针表示。此指针是大多数对线程进行操作的函数的必需参数。

一个 PRThread* 是创建新线程的成功结果。该标识符在从其根函数返回之前以及(如果创建了可连接的线程)连接之前保持有效。