OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cleanup_helpers_cs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
threads.c
624
static CRITICAL_SECTION
cleanup_helpers_cs
;
variable
715
EnterCriticalSection(&
cleanup_helpers_cs
);
723
LeaveCriticalSection(&
cleanup_helpers_cs
);
889
InitializeCriticalSection(&
cleanup_helpers_cs
);
920
EnterCriticalSection(&
cleanup_helpers_cs
);
930
LeaveCriticalSection(&
cleanup_helpers_cs
);
934
DeleteCriticalSection(&
cleanup_helpers_cs
);
1015
EnterCriticalSection(&
cleanup_helpers_cs
);
1022
LeaveCriticalSection(&
cleanup_helpers_cs
);
/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 38 milliseconds