aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/OS_NS_Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/ace/OS_NS_Thread.h')
-rw-r--r--externals/ace/OS_NS_Thread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/ace/OS_NS_Thread.h b/externals/ace/OS_NS_Thread.h
index 468b4f60b09..d386fa038a0 100644
--- a/externals/ace/OS_NS_Thread.h
+++ b/externals/ace/OS_NS_Thread.h
@@ -4,7 +4,7 @@
/**
* @file OS_NS_Thread.h
*
- * $Id: OS_NS_Thread.h 85547 2009-06-07 17:57:11Z johnnyw $
+ * $Id: OS_NS_Thread.h 91210 2010-07-26 20:31:30Z shuston $
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
* @author Jesper S. M|ller<stophph@diku.dk>
@@ -1604,7 +1604,7 @@ namespace ACE_OS {
* defined, this is the thread-id. For linux-threads, when
* ACE_HAS_SCHED_SETAFFINITY defined, it expects a process-id. Since for
* linux-threads a thread is seen as a process, it does the job.
- * @param cpu_set_size The size of the cpu_mask
+ * @param cpu_set_size The size of the cpu_mask, in bytes.
* @param cpu_mask Is a bitmask of CPUs to bind to, e.g value 1 binds the
* thread to the "CPU 0", etc
*/
@@ -1621,7 +1621,7 @@ namespace ACE_OS {
* defined, this is the thread-id. For linux-threads, when
* ACE_HAS_SCHED_SETAFFINITY defined, it expects a process-id. Since for
* linux-threads a thread is seen as a process, it does the job.
- * @param cpu_set_size The size of the cpu_mask
+ * @param cpu_set_size The size of the cpu_mask, in bytes.
* @param cpu_mask Is a bitmask of CPUs to bind to, e.g value 1 binds the
* thread to the "CPU 0", etc
*/