Home
last modified time | relevance | path

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

/unit/
H A DCHANGES341 when an app process stopped or crashed.
906 *) Bugfix: application processes might have stopped handling requests,
/unit/src/nodejs/unit-http/
H A Dunit.cpp38 bool stopped; 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()
90 stopped = true; in stop()
129 if (data->stopped) { in timer_callback()