Lines Matching defs:pid
126 /** The pid of the logging process */
127 apr_proc_t *pid;
531 pid_t pid = getpid();
532 return apr_snprintf(buf, buflen, "%" APR_PID_T_FMT, pid);
765 pid_t pid;
776 pid = getpid();
778 tmp = pid;
781 pid = pid >> 24;
782 tmp = pid;
787 tmp = pid;
876 len += cpystrn(buf + len, "] [pid ", buflen - len);
1513 "removed PID file %s (pid=%" APR_PID_T_FMT ")",
1543 * Only warn on first time through for this pid.
1547 * based on the last modification time of the pid file.
1550 "pid file %s overwritten -- Unclean "
1562 "%s: could not log pid to file %s",
1604 /* If we fill the buffer, we're probably reading a corrupt pid file.
1673 pl->pid = procnew;
1704 pl->pid = NULL; /* in case we don't get it going again, this
1735 if (pl->pid != NULL) {
1736 apr_proc_kill(pl->pid, SIGTERM);
1737 pl->pid = NULL;
1761 if (pl->pid != NULL) {
1762 apr_proc_kill(pl->pid, SIGTERM);
1777 pl->pid = NULL;