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