Home
last modified time | relevance | path

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

/PHP-8.2/sapi/cgi/
H A Dcgi_main.c231 CRITICAL_SECTION cleanup_lock; variable
1479 EnterCriticalSection(&cleanup_lock);
1481 LeaveCriticalSection(&cleanup_lock);
2093 InitializeCriticalSection(&cleanup_lock);
2146 EnterCriticalSection(&cleanup_lock);
2150 LeaveCriticalSection(&cleanup_lock);
2210 DeleteCriticalSection(&cleanup_lock);

Completed in 10 milliseconds