PR_ShutdownThreadPool¶
通知线程池中的所有线程终止。
语法¶
#include <prtpool.h>
NSPR_API(PRStatus) PR_ShutdownThreadPool( PRThreadPool *tpool );
参数¶
该函数具有以下参数
tpool
指向 PRThreadPool 结构的指针,该结构之前由对 PR_CreateThreadPool 的调用创建。
通知线程池中的所有线程终止。
#include <prtpool.h>
NSPR_API(PRStatus) PR_ShutdownThreadPool( PRThreadPool *tpool );
该函数具有以下参数
tpool
指向 PRThreadPool 结构的指针,该结构之前由对 PR_CreateThreadPool 的调用创建。