reference/pthreads/threaded/synchronized.xml
9e0f03ac354d797d1d16c0fcc1663e5e170f2727
...
...
@@ -12,7 +12,7 @@
12
12
<methodsynopsis>
13
13
<modifier>public</modifier> <type>mixed</type><methodname>Threaded::synchronized</methodname>
14
14
<methodparam><type>Closure</type><parameter>block</parameter></methodparam>
15
-
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
15
+
<methodparam rep="repeat"><type>mixed</type><parameter>args</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
18
Executes the block while retaining the referenced objects synchronization lock for the calling context
...
...
@@ -31,7 +31,7 @@
31
31
</listitem>
32
32
</varlistentry>
33
33
<varlistentry>
34
-
<term><parameter>...</parameter></term>
34
+
<term><parameter>args</parameter></term>
35
35
<listitem>
36
36
<para>
37
37
Variable length list of arguments to use as function arguments to the block
38
38