OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pidfile_pid
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libutil/
pidfile.c
50
static pid_t
pidfile_pid
;
variable in typeref:typename:pid_t
62
pidfile_pid
= 0;
85
if (
pidfile_pid
!= getpid())
170
* pidfile_path and
pidfile_pid
so that any further call to pidfile_lock(3)
219
pidfile_pid
= getpid();
225
dprintf(pidfile_fd, "%d\n",
pidfile_pid
) == -1)
pidfile.c
50
static pid_t
pidfile_pid
;
variable in typeref:typename:pid_t
62
pidfile_pid
= 0;
85
if (
pidfile_pid
!= getpid())
170
* pidfile_path and
pidfile_pid
so that any further call to pidfile_lock(3)
219
pidfile_pid
= getpid();
225
dprintf(pidfile_fd, "%d\n",
pidfile_pid
) == -1)
/src/libexec/httpd/
daemon-bozo.c
70
static pid_t
pidfile_pid
= 0;
variable in typeref:typename:pid_t
93
if (pidfile_path != NULL &&
pidfile_pid
== getpid()) {
119
pidfile_pid
= getpid();
122
pidfile_path,
pidfile_pid
));
daemon-bozo.c
70
static pid_t
pidfile_pid
= 0;
variable in typeref:typename:pid_t
93
if (pidfile_path != NULL &&
pidfile_pid
== getpid()) {
119
pidfile_pid
= getpid();
122
pidfile_path,
pidfile_pid
));
Completed in 24 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025