Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dfastcgi.c41 static HANDLE fcgi_accept_mutex = INVALID_HANDLE_VALUE; variable
45 if (fcgi_accept_mutex != INVALID_HANDLE_VALUE) { \
47 while ((ret = WaitForSingleObject(fcgi_accept_mutex, 1000)) == WAIT_TIMEOUT) { \
57 if (fcgi_accept_mutex != INVALID_HANDLE_VALUE) { \
58 ReleaseMutex(fcgi_accept_mutex); \
523 fcgi_accept_mutex = (HANDLE) ZEND_ATOL(str); in fcgi_init()

Completed in 19 milliseconds