Home
last modified time | relevance | path

Searched defs:apr_threadkey_t (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/
H A Dapr_arch_threadproc.h43 struct apr_threadkey_t { struct
44 apr_pool_t *pool;
45 unsigned long *key;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/
H A Dapr_arch_threadproc.h68 struct apr_threadkey_t { struct
69 apr_pool_t *pool;
70 pthread_key_t key;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/
H A Dapr_arch_threadproc.h48 struct apr_threadkey_t { struct
49 apr_pool_t *pool;
50 NXKey_t key;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_threadproc.h42 struct apr_threadkey_t { struct
43 apr_pool_t *pool;
44 DWORD key;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/beos/
H A Dapr_arch_threadproc.h57 struct apr_threadkey_t { struct
58 apr_pool_t *pool;
59 int32 key;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_thread_proc.h189 typedef struct apr_threadkey_t apr_threadkey_t; typedef