Home
last modified time | relevance | path

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

/PHP-8.0/sapi/cgi/
H A Dcgi_main.c230 CRITICAL_SECTION cleanup_lock; variable
1481 EnterCriticalSection(&cleanup_lock);
1483 LeaveCriticalSection(&cleanup_lock);
2108 InitializeCriticalSection(&cleanup_lock);
2161 EnterCriticalSection(&cleanup_lock);
2165 LeaveCriticalSection(&cleanup_lock);
2225 DeleteCriticalSection(&cleanup_lock);

Completed in 8 milliseconds