comparison src/event/modules/ngx_kqueue_module.c @ 6018:466bd63b63d1

Thread pools implementation.
author Valentin Bartenev <vbart@nginx.com>
date Sat, 14 Mar 2015 17:37:07 +0300
parents 457ec43dd8d5
children e5f1d83360ef
comparison
equal deleted inserted replaced
6017:83d54192e97b 6018:466bd63b63d1
87 ngx_kqueue_del_event, /* delete an event */ 87 ngx_kqueue_del_event, /* delete an event */
88 ngx_kqueue_add_event, /* enable an event */ 88 ngx_kqueue_add_event, /* enable an event */
89 ngx_kqueue_del_event, /* disable an event */ 89 ngx_kqueue_del_event, /* disable an event */
90 NULL, /* add an connection */ 90 NULL, /* add an connection */
91 NULL, /* delete an connection */ 91 NULL, /* delete an connection */
92 NULL, /* trigger a notify */
92 ngx_kqueue_process_changes, /* process the changes */ 93 ngx_kqueue_process_changes, /* process the changes */
93 ngx_kqueue_process_events, /* process the events */ 94 ngx_kqueue_process_events, /* process the events */
94 ngx_kqueue_init, /* init the events */ 95 ngx_kqueue_init, /* init the events */
95 ngx_kqueue_done /* done the events */ 96 ngx_kqueue_done /* done the events */
96 } 97 }