summaryrefslogtreecommitdiff
path: root/ace/Synch_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-14 14:40:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-14 14:40:32 +0000
commit6611479da53626a8b0fa590dea7d71cc39cbbdfa (patch)
tree460b15597c6577b691844a85855d1dcd0cc7596e /ace/Synch_T.h
parent37981beb729b19337051eb79306b811b1a719641 (diff)
downloadATCD-6611479da53626a8b0fa590dea7d71cc39cbbdfa.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Synch_T.h')
-rw-r--r--ace/Synch_T.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Synch_T.h b/ace/Synch_T.h
index ad181e51cd9..d5f89274834 100644
--- a/ace/Synch_T.h
+++ b/ace/Synch_T.h
@@ -294,7 +294,8 @@ protected:
// thread-specific storage.
int ts_init (void) const;
- // Factors out common code for initializing TSS.
+ // Factors out common code for initializing TSS. This must NOT be
+ // called with the lock held...
#if !(defined (ACE_HAS_THREADS) && (defined (ACE_HAS_THREAD_SPECIFIC_STORAGE) || defined (ACE_HAS_TSS_EMULATION)))
TYPE *type_;