Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 22 of 22) sorted by relevance

/PHP-5.6/sapi/isapi/stresstest/
H A Dnotes.txt6 1: test any php script file on multiple threads
21 By default, stress test uses 10 threads. To change this, change the define
26 1: Test any php script file on multiple threads
53 * Make more options configurable: number of threads, iterations, etc.
H A Dstresstest.cpp261 HANDLE *threads = new HANDLE[numThreads]; in DoThreads() local
264 threads[i]=CreateThread(NULL, 0, IsapiThread, NULL, CREATE_SUSPENDED, &tid); in DoThreads()
267 if (threads[i]) ResumeThread(threads[i]); in DoThreads()
270 WaitForMultipleObjects(numThreads, threads, TRUE, INFINITE); in DoThreads()
272 CloseHandle(threads[i]); in DoThreads()
274 delete [] threads; in DoThreads()
/PHP-5.6/TSRM/
H A Dtsrm.m472 sinclude(threads.m4)
79 AC_DEFINE(BETHREADS, 1, Whether to use native BeOS threads)
82 AC_MSG_ERROR(Your system seems to lack POSIX threads.)
87 AC_MSG_CHECKING(for POSIX threads)
114 [ --with-tsrm-pthreads Use POSIX threads (default)],[
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance
66 dnl Check whether the current setup can use POSIX threads calls
99 dnl Try to find a way to enable POSIX threads
109 dnl -threads gcc (HP-UX)
127 for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do
/PHP-5.6/ext/mbstring/oniguruma/doc/
H A DFAQ28 The plural threads should not do simultaneously that making
/PHP-5.6/sapi/caudium/
H A DREADME2 much. Due to a design choice it requires _Pike_ threads and a
H A DTODO24 will requite PHP ZTS and Pike threads to run. Single threaded PHP
H A Dconfig.m491 dnl Always use threads since thread-free support really blows.
H A Dcaudium.c78 #error You need to compile PHP with threads.
/PHP-5.6/build/
H A Dbuild.mk33 @echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \
/PHP-5.6/sapi/roxen/
H A DREADME13 PHP5-execution is limited to the number of handle threads Roxen is
/PHP-5.6/sapi/nsapi/
H A Dnsapi.c910 int threads=128; /* default for server */ in php5_init() local
913 threads=conf_getglobals()->Vpool_maxthreads; in php5_init()
914 if (threads<1) { in php5_init()
915 threads=128; /* default for server */ in php5_init()
917 tsrm_startup(threads, 1, 0, NULL); in php5_init()
940 …INFORM, pblock_findval("fn", pb), sn, rq, "Initialized PHP Module (%d threads expected)", threads); in php5_init()
/PHP-5.6/sapi/tux/
H A DREADME67 (daemon mode, eight threads, web-root /www, modules in
/PHP-5.6/
H A DREADME.MAILINGLIST_RULES70 4. Do not high-jack threads, by bringing up entirely new topics. Please
H A Dconfigure.in367 sinclude(TSRM/threads.m4)
H A DINSTALL512 support threads. In this case, PHP should also be built with
1844 complex by not having completely separate execution threads,
H A Dltmain.sh1651 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
H A Dacinclude.m4754 …AC_MSG_ERROR([ZTS currently requires working POSIX threads. We were unable to verify that your sys…
H A DNEWS1611 between threads). (Martin Jansen)
4571 . Fixed crash in ZTS using same class in many threads. (Johannes)
/PHP-5.6/win32/
H A Dinstall.txt1465 more complex by not having completely separate execution threads,
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt1876 pcre_stack_guard, are shared by all threads.
1879 ing, so the same compiled pattern can safely be used by several threads
8553 matching by multiple threads at the same time. For example, you can
8602 ning), that stack must not be used by any other threads (to avoid over-
8640 No, thanks to Windows. If POSIX threads were used everywhere, we could
/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog993 out POSIX threads when JIT support is configured.
5102 easier to use the same callout-containing regex from multiple threads. For
5846 same for all threads.

Completed in 148 milliseconds