Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dfastcgi.c39 static HANDLE fcgi_accept_mutex = INVALID_HANDLE_VALUE; variable
43 if (fcgi_accept_mutex != INVALID_HANDLE_VALUE) { \
45 while ((ret = WaitForSingleObject(fcgi_accept_mutex, 1000)) == WAIT_TIMEOUT) { \
55 if (fcgi_accept_mutex != INVALID_HANDLE_VALUE) { \
56 ReleaseMutex(fcgi_accept_mutex); \
521 fcgi_accept_mutex = (HANDLE) ZEND_ATOL(str); in fcgi_init()

Completed in 9 milliseconds