Home
last modified time | relevance | path

Searched refs:expected_threads (Results 1 – 5 of 5) sorted by relevance

/php-src/main/
H A Dphp_main.h64 PHPAPI bool php_tsrm_startup_ex(int expected_threads);
H A Dmain.c2686 PHPAPI bool php_tsrm_startup_ex(int expected_threads) in php_tsrm_startup_ex() argument
2688 bool ret = tsrm_startup(expected_threads, 1, 0, NULL); in php_tsrm_startup_ex()
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c488 int expected_threads; in php_apache_server_startup() local
490 if (ap_mpm_query(AP_MPMQ_MAX_THREADS, &expected_threads) != APR_SUCCESS) { in php_apache_server_startup()
491 expected_threads = 1; in php_apache_server_startup()
494 expected_threads = 1; in php_apache_server_startup()
497 php_tsrm_startup_ex(expected_threads); in php_apache_server_startup()
/php-src/TSRM/
H A DTSRM.h83 TSRM_API bool tsrm_startup(int expected_threads, int expected_resources, int debug_level, const cha…
H A DTSRM.c119 TSRM_API bool tsrm_startup(int expected_threads, int expected_resources, int debug_level, const cha… in tsrm_startup() argument
133 tsrm_tls_table_size = expected_threads; in tsrm_startup()
154 …ORE, "Started up TSRM, %d expected threads, %d expected resources", expected_threads, expected_res… in tsrm_startup()

Completed in 19 milliseconds