在源代码中在哪里定义 Nginx 进程名称 (nginx)?

Where to define Nginx process name (nginx) in sources?

进程名称 ("nginx") 定义在源文件中的位置在哪里?我想将 "nginx" 重命名为 "nginx1101"。

它在 src/os/unix/ngx_setproctitle.c:ngx_setproctitle().