OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlRMutex
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
threads.h
27
*
xmlRMutex
are reentrant mutual exception locks.
29
typedef struct _xmlRMutex
xmlRMutex
;
30
typedef
xmlRMutex
*xmlRMutexPtr;
/external/libxml2/
threads.c
120
*
xmlRMutex
are reentrant mutual exception locks
303
if ((tok = malloc(sizeof(
xmlRMutex
))) == NULL)
Completed in 12 milliseconds