Home
last modified time | relevance | path

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

/PHP-5.3/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.3/TSRM/
H A Dtsrm.m470 sinclude(threads.m4)
77 AC_DEFINE(BETHREADS, 1, Whether to use native BeOS threads)
80 AC_MSG_ERROR(Your system seems to lack POSIX threads.)
85 AC_MSG_CHECKING(for POSIX threads)
112 [ --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.3/ext/mbstring/oniguruma/doc/
H A DFAQ28 The plural threads should not do simultaneously that making
/PHP-5.3/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.3/sapi/roxen/
H A DREADME13 PHP5-execution is limited to the number of handle threads Roxen is
/PHP-5.3/sapi/nsapi/
H A Dnsapi.c915 int threads=128; /* default for server */ in php5_init() local
918 threads=conf_getglobals()->Vpool_maxthreads; in php5_init()
919 if (threads<1) { in php5_init()
920 threads=128; /* default for server */ in php5_init()
922 tsrm_startup(threads, 1, 0, NULL); in php5_init()
945 …INFORM, pblock_findval("fn", pb), sn, rq, "Initialized PHP Module (%d threads expected)", threads); in php5_init()
/PHP-5.3/build/
H A Dbuild.mk36 @echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \
/PHP-5.3/sapi/tux/
H A DREADME67 (daemon mode, eight threads, web-root /www, modules in
/PHP-5.3/
H A DREADME.MAILINGLIST_RULES70 4. Do not high-jack threads, by bringing up entirely new topics. Please
H A DTODO40 by some POSIX threads implementations (i.e. OpenBSD) and is not
H A Dconfigure.in289 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…
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1822 callout function pointed to by pcre_callout, are shared by all threads.
1825 ing, so the same compiled pattern can safely be used by several threads
8049 matching by multiple threads at the same time. For example, you can
8098 ning), that stack must not be used by any other threads (to avoid over-
8136 No, thanks to Windows. If POSIX threads were used everywhere, we could
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog57 out POSIX threads when JIT support is configured.
4165 easier to use the same callout-containing regex from multiple threads. For
4909 same for all threads.
/PHP-5.3/win32/
H A Dinstall.txt1615 more complex by not having completely separate execution threads,

Completed in 97 milliseconds