Lines Matching refs:main
137 // This environment variable contains PID of the original main
138 // process, assuming that it created this main process as a result of
139 // SIGUSR2. The new main process is expected to send QUIT signal to
140 // the original main process to shut it down gracefully.
165 // This configuration is fixed at the first startup of the main
661 LOG(NOTICE) << "Reopening log files: main process";
1206 // Returns the PID of the original main process from environment
1349 // communication is unidirectional; that is main process sends
1503 // A pair of connected socket with which a worker process tells main
1505 // PID to worker_process_ready_ipc_fd[1] and main process reads it
1570 LOG(NOTICE) << "Send QUIT signal to the original main process to tell "
3456 2 processes: main and worker processes. If this option
3457 is used, main and worker are unified into a single
4058 int main(int argc, char **argv) {
5335 int main(int argc, char **argv) { return run_app(shrpx::main, argc, argv); }