Home
last modified time | relevance | path

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

/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.c154 HANDLE shutdown_event = (HANDLE) arg; in fcgi_shutdown_thread() local
155 WaitForSingleObject(shutdown_event, INFINITE); in fcgi_shutdown_thread()
211 HANDLE shutdown_event = (HANDLE) atoi(str); in fcgi_init() local
213 shutdown_event, 0, NULL)) { in fcgi_init()
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c147 HANDLE shutdown_event = (HANDLE) arg; in fcgi_shutdown_thread() local
148 WaitForSingleObject(shutdown_event, INFINITE); in fcgi_shutdown_thread()
215 HANDLE shutdown_event = (HANDLE) atoi(str); in fcgi_init() local
217 shutdown_event, 0, NULL)) { in fcgi_init()

Completed in 10 milliseconds