mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342871 c90b9560-bf6c-de11-be94-00142212c4b1
101 lines
4.8 KiB
XML
101 lines
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!--
|
|
Do NOT translate this file
|
|
-->
|
|
|
|
<versions>
|
|
<!-- Classes and Methods -->
|
|
|
|
<function name='threaded' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::run' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::wait' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::notify' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::notifyone' from='PECL pthreads >= 3.0.0'/>
|
|
<function name='threaded::isrunning' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::iswaiting' from='PECL pthreads < 3.0.0'/>
|
|
<function name='threaded::isterminated' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::getterminationinfo' from='PECL pthreads < 3.0.0'/>
|
|
<function name='threaded::synchronized' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::lock' from='PECL pthreads < 3.0.0'/>
|
|
<function name='threaded::unlock' from='PECL pthreads < 3.0.0'/>
|
|
<function name='threaded::merge' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::shift' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::chunk' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::pop' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::count' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='threaded::extend' from='PECL pthreads >= 2.0.8'/>
|
|
<function name='threaded::from' from='PECL pthreads >= 2.0.9'/>
|
|
|
|
<function name='thread' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='thread::start' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='thread::join' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='thread::detach' from='PECL pthreads < 3.0.0'/>
|
|
<function name='thread::isstarted' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='thread::isjoined' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='thread::getthreadid' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='thread::getcreatorid' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='thread::getcurrentthreadid' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='thread::getcurrentthread' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='thread::kill' from='PECL pthreads < 3.0.0'/>
|
|
<function name='thread::globally' from='PECL pthreads < 3.0.0'/>
|
|
|
|
<function name='worker' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='worker::shutdown' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='worker::stack' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='worker::unstack' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='worker::getstacked' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='worker::isshutdown' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='worker::isworking' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='worker::collect' from='PECL pthreads >= 3.0.0'/>
|
|
|
|
<function name='mutex' from='PECL pthreads < 3.0.0'/>
|
|
<function name='mutex::__construct' from='PECL pthreads < 3.0.0'/>
|
|
<function name='mutex::create' from='PECL pthreads < 3.0.0'/>
|
|
<function name='mutex::lock' from='PECL pthreads < 3.0.0'/>
|
|
<function name='mutex::trylock' from='PECL pthreads < 3.0.0'/>
|
|
<function name='mutex::unlock' from='PECL pthreads < 3.0.0'/>
|
|
<function name='mutex::destroy' from='PECL pthreads < 3.0.0'/>
|
|
|
|
<function name='cond' from='PECL pthreads < 3.0.0'/>
|
|
<function name='cond::create' from='PECL pthreads < 3.0.0'/>
|
|
<function name='cond::signal' from='PECL pthreads < 3.0.0'/>
|
|
<function name='cond::wait' from='PECL pthreads < 3.0.0'/>
|
|
<function name='cond::broadcast' from='PECL pthreads < 3.0.0'/>
|
|
<function name='cond::destroy' from='PECL pthreads < 3.0.0'/>
|
|
|
|
<function name='pool' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='pool::__construct' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='pool::resize' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='pool::submit' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='pool::submitto' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='pool::collect' from='PECL pthreads >= 2.0.0'/>
|
|
<function name='pool::shutdown' from='PECL pthreads >= 2.0.0'/>
|
|
|
|
<function name='collectable' from='PECL pthreads >= 2.0.8'/>
|
|
<function name='collectable::isgarbage' from='PECL pthreads >= 2.0.8'/>
|
|
<function name='collectable::setgarbage' from='PECL pthreads < 3.0.0'/>
|
|
|
|
<function name='volatile' from='PECL pthreads >= 3.0.0'/>
|
|
</versions>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|