Searched refs:fd_queue_info_t (Results 1 - 6 of 6) sorted by relevance
/httpd/server/mpm/event/ |
H A D | fdqueue.h | 42 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 D | fdqueue.c | 28 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...] |
H A D | event.c | 193 static fd_queue_info_t *worker_queue_info;
|
/httpd/server/mpm/worker/ |
H A D | fdqueue.h | 40 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 D | fdqueue.c | 25 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)
|
H A D | worker.c | 137 static fd_queue_info_t *worker_queue_info;
|
Completed in 36 milliseconds