Home
last modified time | relevance | path

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

/external/libxml2/
Dthreads.c627 static CRITICAL_SECTION cleanup_helpers_cs; variable
718 EnterCriticalSection(&cleanup_helpers_cs); in xmlGetGlobalState()
726 LeaveCriticalSection(&cleanup_helpers_cs); in xmlGetGlobalState()
892 InitializeCriticalSection(&cleanup_helpers_cs); in xmlInitThreads()
924 EnterCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
934 LeaveCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
938 DeleteCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
1022 EnterCriticalSection(&cleanup_helpers_cs); in xmlDllMain()
1029 LeaveCriticalSection(&cleanup_helpers_cs); in xmlDllMain()