|
ReactOS 0.4.16-dev-2132-g3885311
|
#include <libxml/threads.h>

Go to the source code of this file.
Classes | |
| struct | _xmlMutex |
Functions | |
| XML_HIDDEN void | xmlInitMutex (xmlMutexPtr mutex) |
| XML_HIDDEN void | xmlCleanupMutex (xmlMutexPtr mutex) |
| XML_HIDDEN void xmlCleanupMutex | ( | xmlMutexPtr | mutex | ) |
xmlCleanupMutex: @mutex: the simple mutex
Reclaim resources associated with a mutex.
Definition at line 166 of file threads.c.
Referenced by xmlCleanupDictInternal(), xmlCleanupGlobalsInternal(), xmlCleanupMemoryInternal(), xmlCleanupRandom(), and xmlFreeMutex().
| XML_HIDDEN void xmlInitMutex | ( | xmlMutexPtr | mutex | ) |
xmlInitMutex: @mutex: the mutex
Initialize a mutex.
Definition at line 128 of file threads.c.
Referenced by xmlInitDictInternal(), xmlInitGlobalsInternal(), xmlInitMemoryInternal(), xmlInitRandom(), and xmlNewMutex().