Go to the documentation of this file.
17 #ifndef APR_THREAD_MUTEX_H
18 #define APR_THREAD_MUTEX_H
32 #if APR_HAS_THREADS || defined(DOXYGEN)
43 #define APR_THREAD_MUTEX_DEFAULT 0x0
44 #define APR_THREAD_MUTEX_NESTED 0x1
45 #define APR_THREAD_MUTEX_UNNESTED 0x2