OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlMutex
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
threads.h
21
*
xmlMutex
are a simple mutual exception locks.
23
typedef struct _xmlMutex
xmlMutex
;
24
typedef
xmlMutex
*xmlMutexPtr;
/external/libxml2/
threads.c
104
*
xmlMutex
are a simple mutual exception locks
194
if ((tok = malloc(sizeof(
xmlMutex
))) == NULL)
202
if ((tok->sem = create_sem(1, "
xmlMutex
")) < B_OK) {
Completed in 30 milliseconds