Home
last modified time | relevance | path

Searched refs:timer_callback (Results 1 – 1 of 1) sorted by path

/unit/src/nodejs/unit-http/
H A Dunit.cpp29 static void timer_callback(uv_timer_t *handle);
80 uv_timer_start(&timer, timer_callback, 0, 0); in process_port_msg()
122 port_data_t::timer_callback(uv_timer_t *handle) in timer_callback() function in port_data_t