From 7b0768d2bbd8804414122567e941e9186e4d692d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Sep 2014 07:49:38 +0200 Subject: php-pecl-pthreads: 2.0.8 --- REFLECTION | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 164 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 902844d..1898cbb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 pthreads version 2.0.7 ] { +Extension [ extension #122 pthreads version 2.0.8 ] { - Constants [10] { Constant [ integer PTHREADS_INHERIT_ALL ] { 1118481 } @@ -13,7 +13,7 @@ Extension [ extension #118 pthreads version 2.0.7 ] { Constant [ integer PTHREADS_ALLOW_GLOBALS ] { 16777216 } } - - Classes [7] { + - Classes [8] { Class [ class Threaded implements Traversable, Countable ] { - Constants [0] { @@ -22,7 +22,13 @@ Extension [ extension #118 pthreads version 2.0.7 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method extend ] { + + - Parameters [1] { + Parameter #0 [ $class ] + } + } } - Properties [0] { @@ -135,7 +141,13 @@ Extension [ extension #118 pthreads version 2.0.7 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method extend ] { + + - Parameters [1] { + Parameter #0 [ $class ] + } + } } - Properties [0] { @@ -248,7 +260,7 @@ Extension [ extension #118 pthreads version 2.0.7 ] { - Static properties [0] { } - - Static methods [3] { + - Static methods [4] { Method [ static public method getCurrentThreadId ] { - Parameters [0] { @@ -268,6 +280,13 @@ Extension [ extension #118 pthreads version 2.0.7 ] { Parameter #1 [ $args ] } } + + Method [ static public method extend ] { + + - Parameters [1] { + Parameter #0 [ $class ] + } + } } - Properties [0] { @@ -429,7 +448,7 @@ Extension [ extension #118 pthreads version 2.0.7 ] { - Static properties [0] { } - - Static methods [3] { + - Static methods [4] { Method [ static public method getCurrentThreadId ] { - Parameters [0] { @@ -449,6 +468,13 @@ Extension [ extension #118 pthreads version 2.0.7 ] { Parameter #1 [ $args ] } } + + Method [ static public method extend ] { + + - Parameters [1] { + Parameter #0 [ $class ] + } + } } - Properties [0] { @@ -756,6 +782,138 @@ Extension [ extension #118 pthreads version 2.0.7 ] { } } + Class [ class Collectable extends Threaded implements Countable, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method extend ] { + + - Parameters [1] { + Parameter #0 [ $class ] + } + } + } + + - Properties [1] { + Property [ protected $garbage ] + } + + - Methods [17] { + Method [ public method isGarbage ] { + + - Parameters [0] { + } + } + + Method [ public method setGarbage ] { + + - Parameters [0] { + } + } + + Method [ public method run ] { + + - Parameters [0] { + } + } + + Method [ public method wait ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method notify ] { + + - Parameters [0] { + } + } + + Method [ public method isRunning ] { + + - Parameters [0] { + } + } + + Method [ public method isWaiting ] { + + - Parameters [0] { + } + } + + Method [ public method isTerminated ] { + + - Parameters [0] { + } + } + + Method [ public method getTerminationInfo ] { + + - Parameters [0] { + } + } + + Method [ public method synchronized ] { + + - Parameters [1] { + Parameter #0 [ $function ] + } + } + + Method [ public method lock ] { + + - Parameters [0] { + } + } + + Method [ public method unlock ] { + + - Parameters [0] { + } + } + + Method [ public method merge ] { + + - Parameters [2] { + Parameter #0 [ $from ] + Parameter #1 [ $overwrite ] + } + } + + Method [ public method shift ] { + + - Parameters [0] { + } + } + + Method [ public method chunk ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $preserve ] + } + } + + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + Class [ class Pool ] { - Constants [0] { -- cgit