Searched refs:xmlMutex (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dthreads.in.h21 * xmlMutex are a simple mutual exception locks.
23 typedef struct _xmlMutex xmlMutex; typedef in typeref:struct:_xmlMutex
24 typedef xmlMutex *xmlMutexPtr;
H A Dthreads.c96 * xmlMutex are a simple mutual exception locks
180 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
188 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dthreads.in.h21 * xmlMutex are a simple mutual exception locks.
23 typedef struct _xmlMutex xmlMutex; typedef in typeref:struct:_xmlMutex
24 typedef xmlMutex *xmlMutexPtr;
H A Dthreads.c96 * xmlMutex are a simple mutual exception locks
180 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
188 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dthreads.h21 * xmlMutex are a simple mutual exception locks.
23 typedef struct _xmlMutex xmlMutex; typedef in typeref:struct:_xmlMutex
24 typedef xmlMutex *xmlMutexPtr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dthreads.c100 * xmlMutex are a simple mutual exception locks
190 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
198 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {

Completed in 57 milliseconds