Searched refs:expected_threads (Results 1 – 5 of 5) sorted by relevance
/php-src/main/ |
H A D | php_main.h | 70 PHPAPI bool php_tsrm_startup_ex(int expected_threads);
|
H A D | main.c | 2757 PHPAPI bool php_tsrm_startup_ex(int expected_threads) in php_tsrm_startup_ex() argument 2759 bool ret = tsrm_startup(expected_threads, 1, 0, NULL); in php_tsrm_startup_ex()
|
/php-src/sapi/apache2handler/ |
H A D | sapi_apache2.c | 488 int expected_threads; in php_apache_server_startup() local 489 if (ap_mpm_query(AP_MPMQ_MAX_THREADS, &expected_threads) != APR_SUCCESS) { in php_apache_server_startup() 490 expected_threads = 1; in php_apache_server_startup() 493 php_tsrm_startup_ex(expected_threads); in php_apache_server_startup()
|
/php-src/TSRM/ |
H A D | TSRM.c | 119 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()
|
H A D | TSRM.h | 83 TSRM_API bool tsrm_startup(int expected_threads, int expected_resources, int debug_level, const cha…
|
Completed in 19 milliseconds