Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c45 static HANDLE fcgi_accept_mutex = INVALID_HANDLE_VALUE; variable
49 if (fcgi_accept_mutex != INVALID_HANDLE_VALUE) { \
51 while ((ret = WaitForSingleObject(fcgi_accept_mutex, 1000)) == WAIT_TIMEOUT) { \
61 if (fcgi_accept_mutex != INVALID_HANDLE_VALUE) { \
62 ReleaseMutex(fcgi_accept_mutex); \
218 fcgi_accept_mutex = (HANDLE) atoi(str); in fcgi_init()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c45 static HANDLE fcgi_accept_mutex = INVALID_HANDLE_VALUE; variable
49 if (fcgi_accept_mutex != INVALID_HANDLE_VALUE) { \
51 while ((ret = WaitForSingleObject(fcgi_accept_mutex, 1000)) == WAIT_TIMEOUT) { \
61 if (fcgi_accept_mutex != INVALID_HANDLE_VALUE) { \
62 ReleaseMutex(fcgi_accept_mutex); \
451 fcgi_accept_mutex = (HANDLE) atoi(str); in fcgi_init()

Completed in 11 milliseconds