summaryrefslogtreecommitdiff
path: root/ace/OS_NS_Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_Thread.h')
-rw-r--r--ace/OS_NS_Thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/OS_NS_Thread.h b/ace/OS_NS_Thread.h
index 987f3c0f770..7775da2d2fa 100644
--- a/ace/OS_NS_Thread.h
+++ b/ace/OS_NS_Thread.h
@@ -863,6 +863,9 @@ public:
/// new request. Returns 0 on success, 1 if the key was not reserved.
static int release_key (ACE_thread_key_t key);
+ /// Check a key for validity.
+ static int is_key (ACE_thread_key_t key);
+
/// Returns the exit hook associated with the key. Does _not_ check
/// for a valid key.
static ACE_TSS_DESTRUCTOR tss_destructor (const ACE_thread_key_t key);