Lines Matching refs:process
13 /* number of new connections process is currently accepting */
15 /* number of connections process has ever accepted */
18 /* time when process started idling, or 0 if we're not idling */
20 /* kill process if it hits idle timeout */
25 /* time when we last sent SIGINT to process */
28 /* kill the process if it doesn't send initial status notification */
34 #define SERVICE_PROCESS_IS_INITIALIZED(process) \
35 ((process)->to_status == NULL)
38 void service_process_destroy(struct service_process *process);
40 void service_process_ref(struct service_process *process);
41 void service_process_unref(struct service_process *process);
43 void service_process_log_status_error(struct service_process *process,