Home
last modified time | relevance | path

Searched refs:shutdown_event (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c153 HANDLE shutdown_event = (HANDLE) arg; in fcgi_shutdown_thread() local
154 WaitForSingleObject(shutdown_event, INFINITE); in fcgi_shutdown_thread()
210 HANDLE shutdown_event = (HANDLE) atoi(str); in fcgi_init() local
212 shutdown_event, 0, NULL)) { in fcgi_init()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c370 HANDLE shutdown_event = (HANDLE) arg; in fcgi_shutdown_thread() local
371 WaitForSingleObject(shutdown_event, INFINITE); in fcgi_shutdown_thread()
443 HANDLE shutdown_event = (HANDLE) atoi(str); in fcgi_init() local
445 shutdown_event, 0, NULL)) { in fcgi_init()

Completed in 25 milliseconds