summaryrefslogtreecommitdiff
path: root/ace/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread.h')
-rw-r--r--ace/Thread.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Thread.h b/ace/Thread.h
index 8790d60c223..a4d5dba6a29 100644
--- a/ace/Thread.h
+++ b/ace/Thread.h
@@ -208,7 +208,9 @@ public:
// Set the cancellation state.
static int cancel (ACE_thread_t t_id);
- // Cancel a thread.
+ // Cancel a thread. Note that this method is only portable on
+ // platforms, such as POSIX pthreads, that support thread
+ // cancellation.
static void testcancel (void);
// Test the cancel.