summaryrefslogtreecommitdiff
path: root/docs/reference/src/api/threads
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-03-25 21:48:58 -0700
committerGarrett D'Amore <garrett@damore.org>2024-03-25 21:48:58 -0700
commit87e5fc287fedb14656f964254f9b5c738c72b72a (patch)
tree4bbd8ce889381d7b2de21b3c888a38c87acf7e31 /docs/reference/src/api/threads
parent9d71bbc9f67478ccc28bf6ea9cb1617e8293be94 (diff)
downloadnng-87e5fc287fedb14656f964254f9b5c738c72b72a.tar.gz
nng-87e5fc287fedb14656f964254f9b5c738c72b72a.tar.bz2
nng-87e5fc287fedb14656f964254f9b5c738c72b72a.zip
More content changes.
Diffstat (limited to 'docs/reference/src/api/threads')
-rw-r--r--docs/reference/src/api/threads/nng_cv_until.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/src/api/threads/nng_cv_until.md b/docs/reference/src/api/threads/nng_cv_until.md
index 34669953..620b46b7 100644
--- a/docs/reference/src/api/threads/nng_cv_until.md
+++ b/docs/reference/src/api/threads/nng_cv_until.md
@@ -19,7 +19,7 @@ The `nng_cv_until()` waits until either the condition variable _cv_ is signaled
by another thread calling either
[`nng_cv_wake()`](nng_cv_wake.md) or
[`nng_cv_wake1()`](nng_cv_wake1.md), or the system clock (as tracked
-by [`nng_clock()`](nng_clock.md)) reaches _when_.
+by [`nng_clock()`](../util/nng_clock.md)) reaches _when_.
The caller must have have ownership of the mutex that was used when
_cv_ was allocated.
@@ -65,7 +65,7 @@ The following example demonstrates use of this function:
## SEE ALSO
-[nng_clock()](nng_clock.md),
+[nng_clock()](../util/nng_clock.md),
[nng_cv_alloc()](nng_cv_alloc.md),
[nng_cv_wait()](nng_cv_wait.md),
[nng_cv_wake()](nng_cv_wake.md),