Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 – 1 of 1) sorted by last modified time

/unit/src/nodejs/unit-http/
H A Dunit.cpp37 bool scheduled; member
51 ctx(c), port(p), ref_count(0), scheduled(false), stopped(false) in port_data_t()
79 if (!scheduled && !stopped) { in process_port_msg()
82 scheduled = true; in process_port_msg()
128 data->scheduled = false; in timer_callback()