Searched refs:open_pid (Results 1 – 7 of 7) sorted by relevance
14 my $open_pid = open (TAIL, "$cmd|") || die "Can't open $cmd: $!";
19 my $open_pid = open (TAIL, "$cmd|") || die "Can't open $cmd: $!";
103 $pidh = Vend::Server::open_pid($Global::PIDfile);
113 my $pidh = Vend::Server::open_pid()
2897 sub open_pid { subroutine2931 my $pidh = open_pid($Global::PIDfile);
198 open_pid() in open_pid() function828 pfd = open_pid(); in main()843 pfd = open_pid(); in main()
576 open_pid = None variable in PidfulStreamHandler584 if self.open_pid == os.getpid():594 self.open_pid = os.getpid()599 if self.open_pid != os.getpid():