Searched defs:apr_thread_rwlock_t (Results 1 – 6 of 6) sorted by relevance
28 struct apr_thread_rwlock_t { struct29 apr_pool_t *pool;32 sem_id Lock;33 int32 LockCount;35 sem_id Read;36 int32 ReadCount;37 sem_id Write;38 int32 WriteCount;39 int32 Nested;41 thread_id writer;
34 struct apr_thread_rwlock_t { struct41 struct apr_thread_rwlock_t { argument42 apr_pool_t *pool;
23 struct apr_thread_rwlock_t { struct24 apr_pool_t *pool;25 int readers;26 HMTX write_lock;27 HEV read_done;
22 struct apr_thread_rwlock_t { struct23 apr_pool_t *pool;24 HANDLE write_mutex;25 HANDLE read_event;26 LONG readers;
23 struct apr_thread_rwlock_t { struct24 apr_pool_t *pool;25 NXRwLock_t *rwlock;
42 typedef struct apr_thread_rwlock_t apr_thread_rwlock_t; typedef