summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_Thread.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-11-09 11:25:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-11-09 11:25:37 +0000
commit53a230f257f447c1fa14364d7d7ac134a814c610 (patch)
tree28c2e4b4b07380325936ab9afea676974161969d /ACE/ace/OS_NS_Thread.h
parent1056a9b728228943cf25ca6c9a3da8ed57089763 (diff)
downloadATCD-53a230f257f447c1fa14364d7d7ac134a814c610.tar.gz
Fri Nov 9 11:25:21 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_Thread.h')
-rw-r--r--ACE/ace/OS_NS_Thread.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/ace/OS_NS_Thread.h b/ACE/ace/OS_NS_Thread.h
index 54025e618cd..0f3237109b1 100644
--- a/ACE/ace/OS_NS_Thread.h
+++ b/ACE/ace/OS_NS_Thread.h
@@ -1508,9 +1508,9 @@ namespace ACE_OS {
/*
* Creates a new thread having @a flags attributes and running @a func
- * with <args> (if <thread_adapter> is non-0 then @a func and <args>
- * are ignored and are obtained from <thread_adapter>). <thr_id>
- * and <t_handle> are set to the thread's ID and handle (?),
+ * with @a args (if @a thread_adapter is non-0 then @a func and @a args
+ * are ignored and are obtained from @a thread_adapter). @a thr_id
+ * and @a t_handle are set to the thread's ID and handle (?),
* respectively. The thread runs at @a priority priority (see
* below).
*
@@ -1525,15 +1525,15 @@ namespace ACE_OS {
*
* By default, or if @a priority is set to
* ACE_DEFAULT_THREAD_PRIORITY, an "appropriate" priority value for
- * the given scheduling policy (specified in <flags}>, e.g.,
- * <THR_SCHED_DEFAULT>) is used. This value is calculated
+ * the given scheduling policy (specified in @a flags, e.g.,
+ * @c THR_SCHED_DEFAULT) is used. This value is calculated
* dynamically, and is the median value between the minimum and
* maximum priority values for the given policy. If an explicit
* value is given, it is used. Note that actual priority values are
* EXTREMEMLY implementation-dependent, and are probably best
* avoided.
*
- * Note that <thread_adapter> is always deleted by <thr_create>,
+ * Note that @a thread_adapter is always deleted by @c thr_create,
* therefore it must be allocated with global operator new.
*/
extern ACE_Export