Searched refs:s_accepting_workers (Results 1 – 1 of 1) sorted by relevance
150 static int *s_accepting_workers = NULL; variable2785 if (s_accepting_workers) in LSAPI_reset_server_state()2786 __sync_lock_release(s_accepting_workers); in LSAPI_reset_server_state()2863 s_accepting_workers = s_busy_workers + 1; in lsapi_init_children_status()2864 s_global_counter = s_accepting_workers + 1; in lsapi_init_children_status()3071 && s_accepting_workers in lsapi_prefork_server_accept()3072 && (ret = __sync_add_and_fetch(s_accepting_workers, 0)) > 0) in lsapi_prefork_server_accept()3261 if (s_accepting_workers) in LSAPI_Prefork_Accept_r()3262 __sync_fetch_and_add(s_accepting_workers, 1); in LSAPI_Prefork_Accept_r()3267 if (s_accepting_workers) in LSAPI_Prefork_Accept_r()[all …]
Completed in 12 milliseconds