Home
last modified time | relevance | path

Searched refs:ngx_setproctitle (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_setproctitle.h17 #define ngx_setproctitle(title) setproctitle("%s", title) macro
30 void ngx_setproctitle(char *title);
38 void ngx_setproctitle(char *title);
43 #define ngx_setproctitle(title) macro
H A Dngx_setproctitle.c79 ngx_setproctitle(char *title) in ngx_setproctitle() function
H A Dngx_process_cycle.c140 ngx_setproctitle(title); in ngx_master_process_cycle()
923 ngx_setproctitle("worker process is shutting down"); in ngx_worker_process_cycle_loop()
952 ngx_setproctitle("worker process"); in ngx_worker_process_cycle()
980 ngx_setproctitle("worker process is shutting down"); in ngx_worker_process_cycle()
1419 ngx_setproctitle(ctx->name); in ngx_cache_manager_process_cycle()
/f-stack/app/nginx-1.16.1/auto/
H A Dsources140 src/os/unix/ngx_setproctitle.h \
178 src/os/unix/ngx_setproctitle.c \