summaryrefslogtreecommitdiff
path: root/include/apr_thread_cond.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-09-29 05:05:41 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-09-29 05:05:41 +0000
commitcecb0f0e3be656a31089ccf24b72999ba218288e (patch)
tree45f1d824b9b67d619b4429462fb0d80b9100e9ad /include/apr_thread_cond.h
parentac6639f5770cf431438306a8c2d4ee2a5701d5e1 (diff)
downloadlibapr-cecb0f0e3be656a31089ccf24b72999ba218288e.tar.gz
Implement pool accessors for thread_condition variables.
Submitted by: Aaron Bannert <aaron@clove.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62385 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_thread_cond.h')
-rw-r--r--include/apr_thread_cond.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/apr_thread_cond.h b/include/apr_thread_cond.h
index 6d4822846..65b6f8deb 100644
--- a/include/apr_thread_cond.h
+++ b/include/apr_thread_cond.h
@@ -130,6 +130,12 @@ APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond);
*/
APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond);
+/**
+ * Get the pool used by this thread_cond.
+ * @return apr_pool_t the pool
+ */
+APR_POOL_DECLARE_ACCESSOR(thread_cond);
+
#endif /* APR_HAS_THREADS */
#ifdef __cplusplus