diff options
Diffstat (limited to 'share/man/man3/pthread_cond_destroy.3')
-rw-r--r-- | share/man/man3/pthread_cond_destroy.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/pthread_cond_destroy.3 b/share/man/man3/pthread_cond_destroy.3 index 39eff9d..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 @@ -63,9 +66,6 @@ The variable .Fa cond is locked by another thread. .El -.Sh IMPLEMENTATION NOTES -A condition variable can be destroyed immediately after all the threads that -are blocked on it are awakened. .Sh SEE ALSO .Xr pthread_cond_broadcast 3 , .Xr pthread_cond_init 3 , |