Home
last modified time | relevance | path

Searched refs:apr_threadkey_t (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/
H A Dthreadpriv.c25 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key, in apr_threadkey_private_create()
29 (*key) = (apr_threadkey_t *)apr_palloc(pool, sizeof(apr_threadkey_t)); in apr_threadkey_private_create()
39 APR_DECLARE(apr_status_t) apr_threadkey_private_get(void **new, apr_threadkey_t *key) in apr_threadkey_private_get()
45 APR_DECLARE(apr_status_t) apr_threadkey_private_set(void *priv, apr_threadkey_t *key) in apr_threadkey_private_set()
51 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key) in apr_threadkey_private_delete()
57 apr_threadkey_t *threadkey) in apr_threadkey_data_get()
64 apr_threadkey_t *threadkey) in apr_threadkey_data_set()
69 APR_DECLARE(apr_status_t) apr_os_threadkey_get(apr_os_threadkey_t *thekey, apr_threadkey_t *key) in apr_os_threadkey_get()
75 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **key, in apr_os_threadkey_put()
83 (*key) = (apr_threadkey_t *)apr_pcalloc(pool, sizeof(apr_threadkey_t)); in apr_os_threadkey_put()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/
H A Dthreadpriv.c24 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key, in apr_threadkey_private_create()
28 (*key) = (apr_threadkey_t *)apr_palloc(pool, sizeof(apr_threadkey_t)); in apr_threadkey_private_create()
42 apr_threadkey_t *key) in apr_threadkey_private_get()
51 apr_threadkey_t *key) in apr_threadkey_private_set()
59 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key) in apr_threadkey_private_delete()
68 apr_threadkey_t *threadkey) in apr_threadkey_data_get()
75 apr_threadkey_t *threadkey) in apr_threadkey_data_set()
81 apr_threadkey_t *key) in apr_os_threadkey_get()
87 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **key, in apr_os_threadkey_put()
95 (*key) = (apr_threadkey_t *)apr_palloc(pool, sizeof(apr_threadkey_t)); in apr_os_threadkey_put()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
H A Dthreadpriv.c20 apr_status_t apr_threadkey_private_create(apr_threadkey_t **key, in apr_threadkey_private_create()
25 (*key) = (apr_threadkey_t *)apr_palloc(pool, sizeof(apr_threadkey_t)); in apr_threadkey_private_create()
38 apr_status_t apr_threadkey_private_get(void **new, apr_threadkey_t *key) in apr_threadkey_private_get()
50 apr_status_t apr_threadkey_private_set(void *priv, apr_threadkey_t *key) in apr_threadkey_private_set()
61 apr_status_t apr_threadkey_private_delete(apr_threadkey_t *key) in apr_threadkey_private_delete()
70 apr_status_t apr_threadkey_data_get(void **data, const char *key, apr_threadkey_t *threadkey) in apr_threadkey_data_get()
77 apr_threadkey_t *threadkey) in apr_threadkey_data_set()
83 apr_threadkey_t *key) in apr_os_threadkey_get()
89 apr_status_t apr_os_threadkey_put(apr_threadkey_t **key, in apr_os_threadkey_put()
96 (*key) = (apr_threadkey_t *)apr_palloc(pool, sizeof(apr_threadkey_t)); in apr_os_threadkey_put()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
H A Dthreadpriv.c24 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key, in apr_threadkey_private_create()
28 (*key) = (apr_threadkey_t *)apr_pcalloc(pool, sizeof(apr_threadkey_t)); in apr_threadkey_private_create()
41 apr_threadkey_t *key) in apr_threadkey_private_get()
53 apr_threadkey_t *key) in apr_threadkey_private_set()
65 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key) in apr_threadkey_private_delete()
81 apr_threadkey_t *threadkey) in apr_threadkey_data_get()
88 apr_threadkey_t *threadkey) in apr_threadkey_data_set()
94 apr_threadkey_t *key) in apr_os_threadkey_get()
100 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **key, in apr_os_threadkey_put()
109 (*key) = (apr_threadkey_t *)apr_pcalloc(pool, sizeof(apr_threadkey_t)); in apr_os_threadkey_put()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/
H A Dthreadpriv.c23 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key, in apr_threadkey_private_create()
26 (*key) = (apr_threadkey_t *)apr_palloc(pool, sizeof(apr_threadkey_t)); in apr_threadkey_private_create()
47 APR_DECLARE(apr_status_t) apr_threadkey_private_get(void **new, apr_threadkey_t *key) in apr_threadkey_private_get()
79 APR_DECLARE(apr_status_t) apr_threadkey_private_set(void *priv, apr_threadkey_t *key) in apr_threadkey_private_set()
134 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key) in apr_threadkey_private_delete()
150 apr_threadkey_t *threadkey) in apr_threadkey_data_get()
157 apr_threadkey_t *threadkey) in apr_threadkey_data_set()
162 APR_DECLARE(apr_status_t) apr_os_threadkey_get(apr_os_threadkey_t *thekey, apr_threadkey_t *key) in apr_os_threadkey_get()
168 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **key, in apr_os_threadkey_put()
175 (*key) = (apr_threadkey_t *)apr_pcalloc(pool, sizeof(apr_threadkey_t)); in apr_os_threadkey_put()
/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
345 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key,
355 apr_threadkey_t *key);
363 apr_threadkey_t *key);
369 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key);
378 apr_threadkey_t *threadkey);
389 apr_threadkey_t *threadkey);
H A Dapr_portable.h294 apr_threadkey_t *key);
312 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **key,
/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
/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
/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
/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
/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