]> gitweb @ CieloNegro.org - bindings-apr.git/blob - cbits/helper_apr_global_mutex.c
C string macros should be treated as global arrays.
[bindings-apr.git] / cbits / helper_apr_global_mutex.c
1 #include <bindings.cmacros.h>
2 #include <apr_global_mutex.h>
3
4 BC_INLINE4(apr_global_mutex_create    , apr_global_mutex_t**, const char*, apr_lockmech_e, apr_pool_t*, apr_status_t)
5 BC_INLINE3(apr_global_mutex_child_init, apr_global_mutex_t**, const char*, apr_pool_t*, apr_status_t)
6 BC_INLINE1(apr_global_mutex_lock      , apr_global_mutex_t*, apr_status_t)
7 BC_INLINE1(apr_global_mutex_trylock   , apr_global_mutex_t*, apr_status_t)
8 BC_INLINE1(apr_global_mutex_unlock    , apr_global_mutex_t*, apr_status_t)
9 BC_INLINE1(apr_global_mutex_destroy   , apr_global_mutex_t*, apr_status_t)
10
11 BC_INLINE1(apr_global_mutex_pool_get  , apr_global_mutex_t*, apr_pool_t*)