Home
last modified time | relevance | path

Searched refs:cleanup_pid (Results 1 – 25 of 25) sorted by relevance

/dports/net/rsync/rsync-3.2.3/
H A Dcleanup.c94 static pid_t cleanup_pid = 0; variable
204 if (cleanup_pid && cleanup_pid == getpid()) { in _exit_cleanup()
297 cleanup_pid = pid; in cleanup_set_pid()
/dports/devel/p5-File-Tail-Scribe/File-Tail-Scribe-0.13/bin/
H A Dtail_to_scribe.pl130 cleanup_pid($args{pidfile});
170 cleanup_pid($args{pidfile});
201 sub cleanup_pid { subroutine
/dports/devel/svk/SVK-v2.2.3/lib/SVK/
H A DRoot.pm92 if ( $_[0]->cleanup_pid || $$ ) == $$;
107 return $self->new({ txn => $txn, root => $txn->root($pool), cleanup_pid => $$ });
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/ptr_valid/
H A Dptr_valid.c220 goto cleanup_pid; in create_child()
229 cleanup_pid: in create_child()
/dports/databases/mariadb103-server/mariadb-10.3.34/scripts/
H A Dwsrep_sst_rsync.sh43 if cleanup_pid $STUNNEL_REAL_PID "$STUNNEL_PID" "$STUNNEL_CONF"; then
59 if cleanup_pid $RSYNC_REAL_PID "$RSYNC_PID" "$RSYNC_CONF"; then
H A Dwsrep_sst_common.sh1291 cleanup_pid() function
H A Dwsrep_sst_mariabackup.sh606 cleanup_pid $CHECK_PID "$BACKUP_PID"
/dports/databases/mariadb105-client/mariadb-10.5.15/scripts/
H A Dwsrep_sst_rsync.sh43 if cleanup_pid $STUNNEL_REAL_PID "$STUNNEL_PID" "$STUNNEL_CONF"; then
59 if cleanup_pid $RSYNC_REAL_PID "$RSYNC_PID" "$RSYNC_CONF"; then
H A Dwsrep_sst_common.sh1291 cleanup_pid() function
H A Dwsrep_sst_mariabackup.sh606 cleanup_pid $CHECK_PID "$BACKUP_PID"
/dports/databases/mariadb104-server/mariadb-10.4.24/scripts/
H A Dwsrep_sst_rsync.sh43 if cleanup_pid $STUNNEL_REAL_PID "$STUNNEL_PID" "$STUNNEL_CONF"; then
59 if cleanup_pid $RSYNC_REAL_PID "$RSYNC_PID" "$RSYNC_CONF"; then
H A Dwsrep_sst_common.sh1291 cleanup_pid() function
H A Dwsrep_sst_mariabackup.sh606 cleanup_pid $CHECK_PID "$BACKUP_PID"
/dports/databases/mariadb104-client/mariadb-10.4.24/scripts/
H A Dwsrep_sst_rsync.sh43 if cleanup_pid $STUNNEL_REAL_PID "$STUNNEL_PID" "$STUNNEL_CONF"; then
59 if cleanup_pid $RSYNC_REAL_PID "$RSYNC_PID" "$RSYNC_CONF"; then
H A Dwsrep_sst_common.sh1291 cleanup_pid() function
H A Dwsrep_sst_mariabackup.sh606 cleanup_pid $CHECK_PID "$BACKUP_PID"
/dports/databases/mariadb103-client/mariadb-10.3.34/scripts/
H A Dwsrep_sst_rsync.sh43 if cleanup_pid $STUNNEL_REAL_PID "$STUNNEL_PID" "$STUNNEL_CONF"; then
59 if cleanup_pid $RSYNC_REAL_PID "$RSYNC_PID" "$RSYNC_CONF"; then
H A Dwsrep_sst_common.sh1291 cleanup_pid() function
H A Dwsrep_sst_mariabackup.sh606 cleanup_pid $CHECK_PID "$BACKUP_PID"
/dports/databases/mariadb105-server/mariadb-10.5.15/scripts/
H A Dwsrep_sst_rsync.sh43 if cleanup_pid $STUNNEL_REAL_PID "$STUNNEL_PID" "$STUNNEL_CONF"; then
59 if cleanup_pid $RSYNC_REAL_PID "$RSYNC_PID" "$RSYNC_CONF"; then
H A Dwsrep_sst_common.sh1291 cleanup_pid() function
H A Dwsrep_sst_mariabackup.sh606 cleanup_pid $CHECK_PID "$BACKUP_PID"
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dssh-agent.c143 pid_t cleanup_pid = 0; variable
1028 if (cleanup_pid != 0 && getpid() != cleanup_pid) in cleanup_socket()
1316 cleanup_pid = getpid(); in main()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dssh-agent.c147 pid_t cleanup_pid = 0; variable
1341 if (cleanup_pid != 0 && getpid() != cleanup_pid) in cleanup_socket()
1636 cleanup_pid = getpid(); in main()
/dports/devel/p5-Minion/Minion-10.22/t/
H A Dpg.t782 $job->note(cleanup_count => $old + 1, cleanup_pid => $$);
824 ok $job->info->{notes}{cleanup_pid}, 'has a process id';
825 isnt $job->info->{notes}{cleanup_pid}, $$, 'different process id';