Documentation Home
>
多线程编程指南
>
第 3 章 线程属性
>
属性对象
>
设置线程并行级别
> pthread_setconcurrency 语法
多线程编程指南
Previous
: 获取范围
Next
: pthread_setconcurrency 返回值
pthread_setconcurrency
语法
#include <pthread.h> int pthread_setconcurrency(int new_level);
Previous
: 获取范围
Next
: pthread_setconcurrency 返回值
© 2010, Oracle Corporation and/or its affiliates