Home
last modified time | relevance | path

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

1234

/dports/devel/p5-Gearman-Server/Gearman-Server-1.11/
H A Dgearmand119 $notify_pid,
135 'notifypid|n=i' => \$notify_pid, # for test suite only.
203 kill 'USR1', $notify_pid if $notify_pid;
/dports/security/openssh-portable/openssh-8.8p1/openbsd-compat/
H A Dbsd-pselect.c76 static pid_t notify_pid; variable
83 if (initialized && notify_pid == getpid()) in pselect_notify_setup()
85 if (notify_pid == 0) in pselect_notify_setup()
104 notify_pid = getpid(); in pselect_notify_setup()
106 notify_pid, notify_pipe[0], notify_pipe[1]); in pselect_notify_setup()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
483 int notify_pid; in ReportBackgroundWorkerExit() local
490 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
503 if (notify_pid != 0) in ReportBackgroundWorkerExit()
504 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
558 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
561 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
483 int notify_pid; in ReportBackgroundWorkerExit() local
490 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
503 if (notify_pid != 0) in ReportBackgroundWorkerExit()
504 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
558 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
561 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
485 int notify_pid; in ReportBackgroundWorkerExit() local
492 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
505 if (notify_pid != 0) in ReportBackgroundWorkerExit()
506 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
560 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
563 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
483 int notify_pid; in ReportBackgroundWorkerExit() local
490 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
503 if (notify_pid != 0) in ReportBackgroundWorkerExit()
504 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
558 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
561 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
483 int notify_pid; in ReportBackgroundWorkerExit() local
490 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
503 if (notify_pid != 0) in ReportBackgroundWorkerExit()
504 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
558 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
561 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
483 int notify_pid; in ReportBackgroundWorkerExit() local
490 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
503 if (notify_pid != 0) in ReportBackgroundWorkerExit()
504 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
558 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
561 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
483 int notify_pid; in ReportBackgroundWorkerExit() local
490 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
503 if (notify_pid != 0) in ReportBackgroundWorkerExit()
504 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
558 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
561 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
485 int notify_pid; in ReportBackgroundWorkerExit() local
492 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
505 if (notify_pid != 0) in ReportBackgroundWorkerExit()
506 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
560 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
563 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
485 int notify_pid; in ReportBackgroundWorkerExit() local
492 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
505 if (notify_pid != 0) in ReportBackgroundWorkerExit()
506 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
560 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
563 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
485 int notify_pid; in ReportBackgroundWorkerExit() local
492 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
505 if (notify_pid != 0) in ReportBackgroundWorkerExit()
506 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
560 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
563 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
485 int notify_pid; in ReportBackgroundWorkerExit() local
492 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
505 if (notify_pid != 0) in ReportBackgroundWorkerExit()
506 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
560 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
563 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
485 int notify_pid; in ReportBackgroundWorkerExit() local
492 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
505 if (notify_pid != 0) in ReportBackgroundWorkerExit()
506 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
560 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
563 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
485 int notify_pid; in ReportBackgroundWorkerExit() local
492 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
505 if (notify_pid != 0) in ReportBackgroundWorkerExit()
506 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
560 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
563 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/postmaster/
H A Dbgworker.c321 int notify_pid; in BackgroundWorkerStateChange() local
328 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
336 if (notify_pid != 0) in BackgroundWorkerStateChange()
337 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
485 int notify_pid; in ReportBackgroundWorkerExit() local
492 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
505 if (notify_pid != 0) in ReportBackgroundWorkerExit()
506 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
560 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
563 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/postmaster/
H A Dbgworker.c320 int notify_pid; in BackgroundWorkerStateChange() local
327 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
335 if (notify_pid != 0) in BackgroundWorkerStateChange()
336 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
484 int notify_pid; in ReportBackgroundWorkerExit() local
491 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
504 if (notify_pid != 0) in ReportBackgroundWorkerExit()
505 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
559 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
562 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/postmaster/
H A Dbgworker.c320 int notify_pid; in BackgroundWorkerStateChange() local
327 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
335 if (notify_pid != 0) in BackgroundWorkerStateChange()
336 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
484 int notify_pid; in ReportBackgroundWorkerExit() local
491 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
504 if (notify_pid != 0) in ReportBackgroundWorkerExit()
505 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
559 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
562 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/postmaster/
H A Dbgworker.c320 int notify_pid; in BackgroundWorkerStateChange() local
327 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
335 if (notify_pid != 0) in BackgroundWorkerStateChange()
336 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
484 int notify_pid; in ReportBackgroundWorkerExit() local
491 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
504 if (notify_pid != 0) in ReportBackgroundWorkerExit()
505 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
559 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
562 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/postmaster/
H A Dbgworker.c320 int notify_pid; in BackgroundWorkerStateChange() local
327 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
335 if (notify_pid != 0) in BackgroundWorkerStateChange()
336 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
484 int notify_pid; in ReportBackgroundWorkerExit() local
491 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
504 if (notify_pid != 0) in ReportBackgroundWorkerExit()
505 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
559 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
562 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/postmaster/
H A Dbgworker.c320 int notify_pid; in BackgroundWorkerStateChange() local
327 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
335 if (notify_pid != 0) in BackgroundWorkerStateChange()
336 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
484 int notify_pid; in ReportBackgroundWorkerExit() local
491 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
504 if (notify_pid != 0) in ReportBackgroundWorkerExit()
505 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
559 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
562 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/postmaster/
H A Dbgworker.c320 int notify_pid; in BackgroundWorkerStateChange() local
327 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
335 if (notify_pid != 0) in BackgroundWorkerStateChange()
336 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
484 int notify_pid; in ReportBackgroundWorkerExit() local
491 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
504 if (notify_pid != 0) in ReportBackgroundWorkerExit()
505 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
559 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
562 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/postmaster/
H A Dbgworker.c320 int notify_pid; in BackgroundWorkerStateChange() local
327 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
335 if (notify_pid != 0) in BackgroundWorkerStateChange()
336 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
484 int notify_pid; in ReportBackgroundWorkerExit() local
491 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
504 if (notify_pid != 0) in ReportBackgroundWorkerExit()
505 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
559 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
562 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/postmaster/
H A Dbgworker.c320 int notify_pid; in BackgroundWorkerStateChange() local
327 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
335 if (notify_pid != 0) in BackgroundWorkerStateChange()
336 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
484 int notify_pid; in ReportBackgroundWorkerExit() local
491 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
504 if (notify_pid != 0) in ReportBackgroundWorkerExit()
505 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
559 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
562 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/postmaster/
H A Dbgworker.c320 int notify_pid; in BackgroundWorkerStateChange() local
327 notify_pid = slot->worker.bgw_notify_pid; in BackgroundWorkerStateChange()
335 if (notify_pid != 0) in BackgroundWorkerStateChange()
336 kill(notify_pid, SIGUSR1); in BackgroundWorkerStateChange()
484 int notify_pid; in ReportBackgroundWorkerExit() local
491 notify_pid = rw->rw_worker.bgw_notify_pid; in ReportBackgroundWorkerExit()
504 if (notify_pid != 0) in ReportBackgroundWorkerExit()
505 kill(notify_pid, SIGUSR1); in ReportBackgroundWorkerExit()
559 int notify_pid = rw->rw_worker.bgw_notify_pid; in ForgetUnstartedBackgroundWorkers() local
562 if (notify_pid != 0) in ForgetUnstartedBackgroundWorkers()
[all …]

1234