summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_Thread.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-29 08:49:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-29 08:49:16 +0000
commit0e14ac9dfb2e010081fc131f1190e40701693f5c (patch)
treecfe8338032b9150ecd8f13c125853151d950ec67 /ACE/ace/OS_NS_Thread.h
parent0bdaa7567584649ef449e5d8d878ebf2f739fff4 (diff)
downloadATCD-0e14ac9dfb2e010081fc131f1190e40701693f5c.tar.gz
Tue May 29 08:48:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_Thread.h')
-rw-r--r--ACE/ace/OS_NS_Thread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/OS_NS_Thread.h b/ACE/ace/OS_NS_Thread.h
index 829f77cfa06..c42b5f76e82 100644
--- a/ACE/ace/OS_NS_Thread.h
+++ b/ACE/ace/OS_NS_Thread.h
@@ -279,7 +279,7 @@ typedef HANDLE ACE_sema_t;
class ACE_Export ACE_sema_t
{
public:
- /// Serializes access to <count_>.
+ /// Serializes access to @c count_.
ACE_thread_mutex_t lock_;
/// This event is signaled whenever the count becomes non-zero.
@@ -1845,8 +1845,8 @@ extern "C"
* The semantics of auto events forces us to introduce this extra
* variable to ensure that the thread is not woken up
* spuriously. Please see event_wait and event_timedwait () to see
- * how this is used for auto_events. Theoretically this is a hack
- * that needs revisiting after x.4
+ * how this is used for auto_events.
+ * @todo This is a hack that needs revisiting after x.4
*/
bool auto_event_signaled_;