summaryrefslogtreecommitdiff
path: root/ace/Thread.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-02-02 17:21:38 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-02-02 17:21:38 +0000
commitf3fa591d8a432dee1b8192138dc55fb904416cf0 (patch)
treed3ff3b30a585ed5252db6f6da2c8685b14771b94 /ace/Thread.h
parent94f2001cbf6a5162ea1822bba59045d34999cc5f (diff)
downloadATCD-f3fa591d8a432dee1b8192138dc55fb904416cf0.tar.gz
ChangeLogTag:Wed Feb 2 11:08:33 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
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.