Searched refs:apr_threadkey_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/apr/threadproc/unix/
H A Dthreadpriv.c24 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key,
28 (*key) = (apr_threadkey_t *)apr_pcalloc(pool, sizeof(apr_threadkey_t));
41 apr_threadkey_t *key)
53 apr_threadkey_t *key)
65 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key)
81 apr_threadkey_t *threadkey)
88 apr_threadkey_t *threadkey)
94 apr_threadkey_t *key)
100 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **ke
[all...]
/freebsd-12-stable/contrib/apr/include/
H A Dapr_thread_proc.h190 typedef struct apr_threadkey_t apr_threadkey_t; typedef in typeref:struct:apr_threadkey_t
346 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key,
356 apr_threadkey_t *key);
364 apr_threadkey_t *key);
370 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key);
379 apr_threadkey_t *threadkey);
390 apr_threadkey_t *threadkey);
H A Dapr_portable.h314 apr_threadkey_t *key);
332 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **key,
/freebsd-12-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h69 struct apr_threadkey_t { struct
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Derror.c57 static apr_threadkey_t *error_file_key = NULL;
58 static apr_threadkey_t *error_line_key = NULL;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Denv.c111 apr_threadkey_t *error_info; /* Points to a bdb_error_info_t. */

Completed in 170 milliseconds