From c4050ecbf846d138a07bfaf238306fb862b9a3d5 Mon Sep 17 00:00:00 2001 From: "Staysail Systems, Inc" Date: Sun, 2 Aug 2020 12:14:46 -0700 Subject: Manual page updates for v1.3.2 --- man/v1.3.2/nng_thread_destroy.3supp.html | 74 ++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 man/v1.3.2/nng_thread_destroy.3supp.html (limited to 'man/v1.3.2/nng_thread_destroy.3supp.html') diff --git a/man/v1.3.2/nng_thread_destroy.3supp.html b/man/v1.3.2/nng_thread_destroy.3supp.html new file mode 100644 index 00000000..727d2650 --- /dev/null +++ b/man/v1.3.2/nng_thread_destroy.3supp.html @@ -0,0 +1,74 @@ +--- +version: v1.3.2 +layout: manpage_v2 +--- +

nng_thread_destroy(3supp)

+
+

NAME

+
+
+

nng_thread_destroy - reap thread

+
+
+
+
+

SYNOPSIS

+
+
+
+
#include <nng/nng.h>
+#include <nng/supplemental/util/platform.h>
+
+void nng_thread_destroy(nng_thread *thread);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nng_thread_destroy() function reaps the thread. +It waits for the thread function to return, and then deallocates +the resources for the thread.

+
+
+ + + + + +
+ + +Do not call this function from the thread function itself, +or a deadlock will occur. +
+
+
+
+
+

RETURN VALUES

+
+
+

None.

+
+
+
+
+

ERRORS

+
+
+

None.

+
+
+
+
+

SEE ALSO

+ +
-- cgit v1.2.3-70-g09d2