summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_cond_destroy.3
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man3/pthread_cond_destroy.3')
-rw-r--r--share/man/man3/pthread_cond_destroy.33
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man3/pthread_cond_destroy.3 b/share/man/man3/pthread_cond_destroy.3
index ca435ea..4ea7a87 100644
--- a/share/man/man3/pthread_cond_destroy.3
+++ b/share/man/man3/pthread_cond_destroy.3
@@ -44,6 +44,9 @@ The
.Fn pthread_cond_destroy
function frees the resources allocated by the condition variable
.Fa cond .
+.Sh IMPLEMENTATION NOTES
+A condition variable can be destroyed immediately after all the threads that
+are blocked on it are awakened.
.Sh RETURN VALUES
If successful, the
.Fn pthread_cond_destroy
OpenPOWER on IntegriCloud