ossp-pkg/pth/pth.pod 1.145 -> 1.146
--- pth.pod 2001/03/24 14:51:04 1.145
+++ pth.pod 2001/03/27 15:34:29 1.146
@@ -1439,7 +1439,7 @@
I<broadcast> is C<TRUE> all thread are notified, else only a single
(unspecified) one.
-=item int B<pth_barrier_init>(pth_barrier_t *I<barrier>, int I<threshold);
+=item int B<pth_barrier_init>(pth_barrier_t *I<barrier>, int I<threshold>);
This dynamically initializes a barrier variable of type `C<pth_barrier_t>'.
Alternatively one can also use static initialization via `C<pth_barrier_t
|
|