Home
last modified time | relevance | path

Searched defs:apr_thread_rwlock_t (Results 1 – 12 of 12) sorted by relevance

/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/beos/
Dapr_arch_thread_rwlock.h28 struct apr_thread_rwlock_t { struct
29 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;
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/beos/
Dapr_arch_thread_rwlock.h28 struct apr_thread_rwlock_t { struct
29 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;
/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/unix/
Dapr_arch_thread_rwlock.h34 struct apr_thread_rwlock_t { struct
41 struct apr_thread_rwlock_t { argument
42 apr_pool_t *pool;
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/unix/
Dapr_arch_thread_rwlock.h34 struct apr_thread_rwlock_t { struct
41 struct apr_thread_rwlock_t { argument
42 apr_pool_t *pool;
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/os2/
Dapr_arch_thread_rwlock.h23 struct apr_thread_rwlock_t { struct
24 apr_pool_t *pool;
25 int readers;
26 HMTX write_lock;
27 HEV read_done;
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/win32/
Dapr_arch_thread_rwlock.h22 struct apr_thread_rwlock_t { struct
23 apr_pool_t *pool;
24 HANDLE write_mutex;
25 HANDLE read_event;
26 LONG readers;
/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/win32/
Dapr_arch_thread_rwlock.h22 struct apr_thread_rwlock_t { struct
23 apr_pool_t *pool;
24 HANDLE write_mutex;
25 HANDLE read_event;
26 LONG readers;
/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/os2/
Dapr_arch_thread_rwlock.h23 struct apr_thread_rwlock_t { struct
24 apr_pool_t *pool;
25 int readers;
26 HMTX write_lock;
27 HEV read_done;
/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/netware/
Dapr_arch_thread_rwlock.h23 struct apr_thread_rwlock_t { struct
24 apr_pool_t *pool;
25 NXRwLock_t *rwlock;
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/netware/
Dapr_arch_thread_rwlock.h23 struct apr_thread_rwlock_t { struct
24 apr_pool_t *pool;
25 NXRwLock_t *rwlock;
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_thread_rwlock.h42 typedef struct apr_thread_rwlock_t apr_thread_rwlock_t; typedef
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_thread_rwlock.h42 typedef struct apr_thread_rwlock_t apr_thread_rwlock_t; typedef