Home
last modified time | relevance | path

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

/external/libxml2/
Dthreads.c622 static CRITICAL_SECTION cleanup_helpers_cs; variable
713 EnterCriticalSection(&cleanup_helpers_cs); in xmlGetGlobalState()
721 LeaveCriticalSection(&cleanup_helpers_cs); in xmlGetGlobalState()
919 EnterCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
929 LeaveCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
933 DeleteCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
960 InitializeCriticalSection(&cleanup_helpers_cs); in xmlOnceInit()
1032 EnterCriticalSection(&cleanup_helpers_cs);
1039 LeaveCriticalSection(&cleanup_helpers_cs);