Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dthreads.c624 static CRITICAL_SECTION cleanup_helpers_cs; variable
715 EnterCriticalSection(&cleanup_helpers_cs); in xmlGetGlobalState()
723 LeaveCriticalSection(&cleanup_helpers_cs); in xmlGetGlobalState()
889 InitializeCriticalSection(&cleanup_helpers_cs); in xmlInitThreads()
920 EnterCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
930 LeaveCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
934 DeleteCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
1015 EnterCriticalSection(&cleanup_helpers_cs); in xmlDllMain()
1022 LeaveCriticalSection(&cleanup_helpers_cs); in xmlDllMain()
/external/libxml2/
Dthreads.c626 static CRITICAL_SECTION cleanup_helpers_cs; variable
717 EnterCriticalSection(&cleanup_helpers_cs); in xmlGetGlobalState()
725 LeaveCriticalSection(&cleanup_helpers_cs); in xmlGetGlobalState()
891 InitializeCriticalSection(&cleanup_helpers_cs); in xmlInitThreads()
922 EnterCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
932 LeaveCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
936 DeleteCriticalSection(&cleanup_helpers_cs); in xmlCleanupThreads()
1017 EnterCriticalSection(&cleanup_helpers_cs); in xmlDllMain()
1024 LeaveCriticalSection(&cleanup_helpers_cs); in xmlDllMain()