HomeSort by relevance Sort by last modified time
    Searched full:cleanup_helpers_cs (Results 1 - 1 of 1) sorted by null

  /external/libxml2/
threads.c 626 static CRITICAL_SECTION cleanup_helpers_cs; variable
717 EnterCriticalSection(&cleanup_helpers_cs);
725 LeaveCriticalSection(&cleanup_helpers_cs);
891 InitializeCriticalSection(&cleanup_helpers_cs);
922 EnterCriticalSection(&cleanup_helpers_cs);
932 LeaveCriticalSection(&cleanup_helpers_cs);
936 DeleteCriticalSection(&cleanup_helpers_cs);
1017 EnterCriticalSection(&cleanup_helpers_cs);
1024 LeaveCriticalSection(&cleanup_helpers_cs);

Completed in 169 milliseconds