OSDN Git Service

(split) LDP: Update drafts based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / draft / man3 / pthread_setconcurrency.3
index 24b7f00..b8f5c62 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2009 Michael Kerrisk, <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
@@ -41,7 +43,7 @@ pthread_setconcurrency, pthread_getconcurrency \- 並列処理レベルの設定
 \fBpthread_setconcurrency\fP() 関数は、アプリケーションが希望する
 並列処理レベル (concurrency level) をスレッド実装に通知する。
 希望する並列処理レベルは \fInew_level\fP で指定する。
-スレッド実装はこの情報を参考情報として利用する。
+スレッド実装はこの情報をヒントとしてのみ利用する。
 POSIX.1 では、 \fBpthread_setconcurrency\fP() の呼び出した結果、
 どのような並列度になるべきかは規定されていない。
 
@@ -90,6 +92,6 @@ LinuxThreads と NPTL のどちらも 1:1 スレッド実装であり、
 .SH 関連項目
 \fBpthread_attr_setscope\fP(3), \fBpthreads\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。