Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr/threadproc/unix/
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()
/freebsd-10-stable/contrib/apr/include/
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);
Dapr_portable.h294 apr_threadkey_t *key);
312 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **key,
/freebsd-10-stable/contrib/apr/include/arch/unix/
Dapr_arch_threadproc.h68 struct apr_threadkey_t { struct
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
Denv.c111 apr_threadkey_t *error_info; /* Points to a bdb_error_info_t. */