Searched defs:fd_queue_info_t (Results 1 - 4 of 4) sorted by relevance

/httpd/server/mpm/worker/
H A Dfdqueue.h40 typedef struct fd_queue_info_t fd_queue_info_t; typedef in typeref:struct:fd_queue_info_t
42 apr_status_t ap_queue_info_create(fd_queue_info_t **queue_info,
44 apr_status_t ap_queue_info_set_idle(fd_queue_info_t *queue_info,
46 apr_status_t ap_queue_info_wait_for_idler(fd_queue_info_t *queue_info,
48 apr_status_t ap_queue_info_term(fd_queue_info_t *queue_info);
H A Dfdqueue.c25 struct fd_queue_info_t { struct
36 fd_queue_info_t *qi = data_;
55 apr_status_t ap_queue_info_create(fd_queue_info_t **queue_info,
59 fd_queue_info_t *qi;
82 apr_status_t ap_queue_info_set_idle(fd_queue_info_t *queue_info,
130 apr_status_t ap_queue_info_wait_for_idler(fd_queue_info_t *queue_info,
217 apr_status_t ap_queue_info_term(fd_queue_info_t *queue_info)
/httpd/server/mpm/event/
H A Dfdqueue.h42 typedef struct fd_queue_info_t fd_queue_info_t; typedef in typeref:struct:fd_queue_info_t
45 apr_status_t ap_queue_info_create(fd_queue_info_t ** queue_info,
48 apr_status_t ap_queue_info_set_idle(fd_queue_info_t * queue_info,
50 apr_status_t ap_queue_info_try_get_idler(fd_queue_info_t * queue_info);
51 apr_status_t ap_queue_info_wait_for_idler(fd_queue_info_t * queue_info,
53 apr_status_t ap_queue_info_term(fd_queue_info_t * queue_info);
54 apr_uint32_t ap_queue_info_get_idlers(fd_queue_info_t * queue_info);
89 void ap_pop_pool(apr_pool_t ** recycled_pool, fd_queue_info_t * queue_info);
90 void ap_push_pool(fd_queue_info_t * queue_inf
[all...]
H A Dfdqueue.c28 struct fd_queue_info_t struct
46 fd_queue_info_t *qi = data_;
66 apr_status_t ap_queue_info_create(fd_queue_info_t ** queue_info,
71 fd_queue_info_t *qi;
96 apr_status_t ap_queue_info_set_idle(fd_queue_info_t * queue_info,
124 apr_status_t ap_queue_info_try_get_idler(fd_queue_info_t * queue_info)
139 apr_status_t ap_queue_info_wait_for_idler(fd_queue_info_t * queue_info,
203 apr_uint32_t ap_queue_info_get_idlers(fd_queue_info_t * queue_info)
212 void ap_push_pool(fd_queue_info_t * queue_info,
249 void ap_pop_pool(apr_pool_t ** recycled_pool, fd_queue_info_t * queue_inf
[all...]

Completed in 18 milliseconds