| ||||
| ||||
Documentation | ||||
data C'apr_thread_rwlock_t | ||||
| ||||
c'apr_thread_rwlock_create :: Ptr (Ptr C'apr_thread_rwlock_t) -> Ptr C'apr_pool_t -> IO C'apr_status_t | ||||
c'apr_thread_rwlock_rdlock :: Ptr C'apr_thread_rwlock_t -> IO C'apr_status_t | ||||
c'apr_thread_rwlock_tryrdlock :: Ptr C'apr_thread_rwlock_t -> IO C'apr_status_t | ||||
p'apr_thread_rwlock_create :: FunPtr (Ptr (Ptr C'apr_thread_rwlock_t) -> Ptr C'apr_pool_t -> IO C'apr_status_t) | ||||
c'apr_thread_rwlock_wrlock :: Ptr C'apr_thread_rwlock_t -> IO C'apr_status_t | ||||
p'apr_thread_rwlock_rdlock :: FunPtr (Ptr C'apr_thread_rwlock_t -> IO C'apr_status_t) | ||||
c'apr_thread_rwlock_trywrlock :: Ptr C'apr_thread_rwlock_t -> IO C'apr_status_t | ||||
p'apr_thread_rwlock_tryrdlock :: FunPtr (Ptr C'apr_thread_rwlock_t -> IO C'apr_status_t) | ||||
c'apr_thread_rwlock_destroy :: Ptr C'apr_thread_rwlock_t -> IO C'apr_status_t | ||||
p'apr_thread_rwlock_wrlock :: FunPtr (Ptr C'apr_thread_rwlock_t -> IO C'apr_status_t) | ||||
p'apr_thread_rwlock_trywrlock :: FunPtr (Ptr C'apr_thread_rwlock_t -> IO C'apr_status_t) | ||||
c'apr_thread_rwlock_pool_get :: Ptr C'apr_thread_rwlock_t -> IO (Ptr C'apr_pool_t) | ||||
p'apr_thread_rwlock_destroy :: FunPtr (Ptr C'apr_thread_rwlock_t -> IO C'apr_status_t) | ||||
p'apr_thread_rwlock_pool_get :: FunPtr (Ptr C'apr_thread_rwlock_t -> IO (Ptr C'apr_pool_t)) | ||||
Produced by Haddock version 2.6.1 |