summaryrefslogtreecommitdiff
path: root/include/apr_global_mutex.h
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2015-03-19 23:51:03 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2015-03-19 23:51:03 +0000
commitf70f2f44fcdc7119ef25f0b519bb31606e3e4cbd (patch)
tree59257ec75e95cfc851e4e681a3fa7783a48689c1 /include/apr_global_mutex.h
parent28ca45a28af5b9c5be3fcf23c92b5b63b5bb5aa7 (diff)
downloadlibapr-f70f2f44fcdc7119ef25f0b519bb31606e3e4cbd.tar.gz
Follow up to r1667900: fix comments.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1667903 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_global_mutex.h')
-rw-r--r--include/apr_global_mutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_global_mutex.h b/include/apr_global_mutex.h
index e86048cac..f6d9f4857 100644
--- a/include/apr_global_mutex.h
+++ b/include/apr_global_mutex.h
@@ -114,8 +114,8 @@ APR_DECLARE(apr_status_t) apr_global_mutex_trylock(apr_global_mutex_t *mutex);
* Attempt to acquire the lock for the given mutex until timeout expires.
* If the acquisition time outs, the call returns with APR_TIMEUP.
* @param mutex the mutex on which to attempt the lock acquiring.
- * @param timeout the absolute (non 0) or relative (0) timeout
- * @param absolute whether the timeout given is absolute or relative
+ * @param timeout the absolute time or relative timeout (microseconds)
+ * @param absolute whether the timeout given is absolute (!0) or relative (0)
*/
APR_DECLARE(apr_status_t) apr_global_mutex_timedlock(apr_global_mutex_t *mutex,
apr_time_t timeout,