This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
100be49
)
typo in pod
author
Gurusamy Sarathy
<gsar@cpan.org>
Mon, 24 Apr 2000 03:23:10 +0000
(
03:23
+0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Mon, 24 Apr 2000 03:23:10 +0000
(
03:23
+0000)
p4raw-id: //depot/perl@5910
ext/Thread/Thread.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Thread/Thread.pm
b/ext/Thread/Thread.pm
index
00cba8a
..
c752e3d
100644
(file)
--- a/
ext/Thread/Thread.pm
+++ b/
ext/Thread/Thread.pm
@@
-130,7
+130,7
@@
signal is discarded.
=item cond_broadcast VARIABLE
-The C<cond_broadcast> function works similarly to C<cond_
wait
>.
+The C<cond_broadcast> function works similarly to C<cond_
signal
>.
C<cond_broadcast>, though, will unblock B<all> the threads that are blocked
in a C<cond_wait> on the locked variable, rather than only one.