aboutsummaryrefslogtreecommitdiff
path: root/docs/man/libnng.3.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-03-22 14:06:07 -0700
committerGarrett D'Amore <garrett@damore.org>2018-03-22 14:06:07 -0700
commit53d5c2766d90a53d3f6c0437bc59c1ad63ec701a (patch)
treebc622efccbfaf9b05eca1c6c7ff8203011660651 /docs/man/libnng.3.adoc
parent1dc090d39eded06eee7725bd507599d8f59a3379 (diff)
downloadnng-53d5c2766d90a53d3f6c0437bc59c1ad63ec701a.tar.gz
nng-53d5c2766d90a53d3f6c0437bc59c1ad63ec701a.tar.bz2
nng-53d5c2766d90a53d3f6c0437bc59c1ad63ec701a.zip
Add documentation for supplemental functions.
This includes platform portability stuff like mutexes and threads, etc. While here we fixed a problem with nng_opts_parse and we addressed the type of the platform API.
Diffstat (limited to 'docs/man/libnng.3.adoc')
-rw-r--r--docs/man/libnng.3.adoc17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc
index 2fd0109f..feab3ebf 100644
--- a/docs/man/libnng.3.adoc
+++ b/docs/man/libnng.3.adoc
@@ -214,7 +214,22 @@ network applications with _NNG_, but they are made available
as a convenience to aid in creating portable applications.
|===
-|<<nng_opts_parse.3#,nng_opts_parse()>>|parse command line options
+|<<nng_clock.3supp#,nng_clock()>>|get time
+|<<nng_cv_alloc.3supp#,nng_cv_alloc()>>|allocate condition variable
+|<<nng_cv_free.3supp#,nng_cv_free()>>|free condition variable
+|<<nng_cv_until.3supp#,nng_cv_until()>>|wait for condition or timeout
+|<<nng_cv_wait.3supp#,nng_cv_wait()>>|wait for condition
+|<<nng_cv_wake.3supp#,nng_cv_wake()>>|wake all waiters
+|<<nng_cv_wake1.3supp#,nng_cv_wake()>>|wake one waiter
+|<<nng_msleep.3supp#,nng_msleep()>>|sleep for milliseconds
+|<<nng_mtx_alloc.3supp#,nng_mtx_alloc()>>|allocate mutex
+|<<nng_mtx_free.3supp#,nng_mtx_free()>>|free mutex
+|<<nng_mtx_lock.3supp#,nng_mtx_lock()>>|lock mutex
+|<<nng_mtx_unlock.3supp#,nng_mtx_unlock()>>|unlock mutex
+|<<nng_opts_parse.3supp#,nng_opts_parse()>>|parse command line options
+|<<nng_random.3supp#,nng_random()>>|get random number
+|<<nng_thread_create.3supp#,nng_thread_create()>>|create thread
+|<<nng_thread_destroy.3supp#,nng_thread_destroy()>>|reap thread
|===