Searched refs:apr_os_threadkey_t (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_portable.h | 68 typedef DWORD apr_os_threadkey_t; typedef 81 typedef PULONG apr_os_threadkey_t; 102 typedef int apr_os_threadkey_t; 115 typedef NXKey_t apr_os_threadkey_t; 153 typedef pthread_key_t apr_os_threadkey_t; /**< native thread address 293 APR_DECLARE(apr_status_t) apr_os_threadkey_get(apr_os_threadkey_t *thekey, 313 apr_os_threadkey_t *thekey,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/ |
H A D | threadpriv.c | 69 APR_DECLARE(apr_status_t) apr_os_threadkey_get(apr_os_threadkey_t *thekey, apr_threadkey_t *key) in apr_os_threadkey_get() 76 apr_os_threadkey_t *thekey, in apr_os_threadkey_put()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/ |
H A D | threadpriv.c | 80 APR_DECLARE(apr_status_t) apr_os_threadkey_get(apr_os_threadkey_t *thekey, in apr_os_threadkey_get() 88 apr_os_threadkey_t *thekey, in apr_os_threadkey_put()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/ |
H A D | threadpriv.c | 82 apr_status_t apr_os_threadkey_get(apr_os_threadkey_t *thekey, in apr_os_threadkey_get() 90 apr_os_threadkey_t *thekey, apr_pool_t *pool) in apr_os_threadkey_put()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/ |
H A D | threadpriv.c | 93 APR_DECLARE(apr_status_t) apr_os_threadkey_get(apr_os_threadkey_t *thekey, in apr_os_threadkey_get() 101 apr_os_threadkey_t *thekey, in apr_os_threadkey_put()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/ |
H A D | threadpriv.c | 162 APR_DECLARE(apr_status_t) apr_os_threadkey_get(apr_os_threadkey_t *thekey, apr_threadkey_t *key) in apr_os_threadkey_get() 169 apr_os_threadkey_t *thekey, apr_pool_t *pool) in apr_os_threadkey_put()
|