Home
last modified time | relevance | path

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

/PHP-7.1/main/
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); \
532 fcgi_accept_mutex = (HANDLE) mt; in fcgi_init()

Completed in 19 milliseconds