diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-11 17:25:42 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-11 17:25:42 -0700 |
| commit | d82509e810aea45454f9b3692c5577bd86cd65c7 (patch) | |
| tree | 50c0a11cc815b8c2e7d122b238fe5992b259f579 /docs/man/libnng.3.adoc | |
| parent | a8618b880dc68bd0522f6cd1e7d7f1ffe8c81ef3 (diff) | |
| download | nng-d82509e810aea45454f9b3692c5577bd86cd65c7.tar.gz nng-d82509e810aea45454f9b3692c5577bd86cd65c7.tar.bz2 nng-d82509e810aea45454f9b3692c5577bd86cd65c7.zip | |
Converted condition variable docs to mdbook.
This also is implemented using a single unified manual page
that should be easier to reference.
Diffstat (limited to 'docs/man/libnng.3.adoc')
| -rw-r--r-- | docs/man/libnng.3.adoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc index c6c5b311..b787c7e8 100644 --- a/docs/man/libnng.3.adoc +++ b/docs/man/libnng.3.adoc @@ -283,12 +283,12 @@ as a convenience to aid in creating portable applications. |=== // |xref:nng_clock.3supp.adoc[nng_clock()]|get time -|xref:nng_cv_alloc.3supp.adoc[nng_cv_alloc()]|allocate condition variable -|xref:nng_cv_free.3supp.adoc[nng_cv_free()]|free condition variable -|xref:nng_cv_until.3supp.adoc[nng_cv_until()]|wait for condition or timeout -|xref:nng_cv_wait.3supp.adoc[nng_cv_wait()]|wait for condition -|xref:nng_cv_wake.3supp.adoc[nng_cv_wake()]|wake all waiters -|xref:nng_cv_wake1.3supp.adoc[nng_cv_wake1()]|wake one waiter +// |xref:nng_cv_alloc.3supp.adoc[nng_cv_alloc()]|allocate condition variable +// |xref:nng_cv_free.3supp.adoc[nng_cv_free()]|free condition variable +// |xref:nng_cv_until.3supp.adoc[nng_cv_until()]|wait for condition or timeout +// |xref:nng_cv_wait.3supp.adoc[nng_cv_wait()]|wait for condition +// |xref:nng_cv_wake.3supp.adoc[nng_cv_wake()]|wake all waiters +// |xref:nng_cv_wake1.3supp.adoc[nng_cv_wake1()]|wake one waiter // |xref:nng_id_map.3supp.adoc[nng_id_map]|identifier based mapping table // |xref:nng_msleep.3supp.adoc[nng_msleep()]|sleep for milliseconds // |xref:nng_mtx_alloc.3supp.adoc[nng_mtx_alloc()]|allocate mutex |
