Searched refs:s_max_busy_workers (Results 1 – 1 of 1) sorted by relevance
165 static int s_max_busy_workers = -1; variable2780 if (s_max_busy_workers == 0) in LSAPI_Init_Prefork_Server()2781 s_max_busy_workers = max_children / 2 + 1; in LSAPI_Init_Prefork_Server()3586 else if (s_req_processed > 0 && s_max_busy_workers > 0 && s_busy_workers) in LSAPI_Prefork_Accept_r()3589 if (ret >= s_max_busy_workers) in LSAPI_Prefork_Accept_r()4087 s_max_busy_workers = n; in LSAPI_Init_Env_Parameters()
Completed in 14 milliseconds