Searched refs:ngx_create_pidfile (Results 1 – 3 of 3) sorted by relevance
132 ngx_int_t ngx_create_pidfile(ngx_str_t *name, ngx_log_t *log);
313 if (ngx_create_pidfile(&ccf->pid, log) != NGX_OK) { in ngx_init_cycle()331 if (ngx_create_pidfile(&ccf->pid, log) != NGX_OK) { in ngx_init_cycle()1008 ngx_create_pidfile(ngx_str_t *name, ngx_log_t *log) in ngx_create_pidfile() function
381 if (ngx_create_pidfile(&ccf->pid, cycle->log) != NGX_OK) { in main()