Documentation Home
>
多线程编程指南
>
第 3 章 线程属性
>
属性对象
>
设置线程并行级别
> pthread_setconcurrency 返回值
多线程编程指南
Previous
: pthread_setconcurrency 语法
Next
: 获取线程并行级别
pthread_setconcurrency
返回值
如果出现以下情况,
pthread_setconcurrency()
将失败:
EINVAL
描述:
new_level
指定的值为负数。
EAGAIN
描述:
new_level
指定的值将导致系统资源不足。
Previous
: pthread_setconcurrency 语法
Next
: 获取线程并行级别
© 2010, Oracle Corporation and/or its affiliates