Home
last modified time | relevance | path

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

12345678910>>...15

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/labkit/log/
H A Dinitialization.go56 sighup := make(chan os.Signal, 1)
57 signal.Notify(sighup, syscall.SIGHUP)
58 go listenForSignalHangup(f, isMainLogger, conf.outputPath, sighup)
64 func listenForSignalHangup(l reopen.Reopener, isMainLogger bool, logFilePath string, sighup chan os…
65 for v := range sighup {
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/gitlab.com/gitlab-org/labkit/log/
H A Dinitialization.go56 sighup := make(chan os.Signal, 1)
57 signal.Notify(sighup, syscall.SIGHUP)
58 go listenForSignalHangup(f, isMainLogger, conf.outputPath, sighup)
64 func listenForSignalHangup(l reopen.Reopener, isMainLogger bool, logFilePath string, sighup chan os…
65 for v := range sighup {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/labkit/log/
H A Dinitialization.go56 sighup := make(chan os.Signal, 1)
57 signal.Notify(sighup, syscall.SIGHUP)
58 go listenForSignalHangup(f, isMainLogger, conf.outputPath, sighup)
64 func listenForSignalHangup(l reopen.Reopener, isMainLogger bool, logFilePath string, sighup chan os…
65 for v := range sighup {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/labkit/log/
H A Dinitialization.go56 sighup := make(chan os.Signal, 1)
57 signal.Notify(sighup, syscall.SIGHUP)
58 go listenForSignalHangup(f, isMainLogger, conf.outputPath, sighup)
64 func listenForSignalHangup(l reopen.Reopener, isMainLogger bool, logFilePath string, sighup chan os…
65 for v := range sighup {
/dports/net/ntpa/ntpa-0.8.2/Ntp.Common/System/
H A DInterProcess.cs40 private static UnixSignal sigterm, sigquit, sigint, sighup, sigusr1, sigusr2; field in Ntp.Common.System.InterProcess
47 sighup = new UnixSignal(Signum.SIGHUP),
83 if (sighup.IsSet) in Wait()
85 sighup.Reset(); in Wait()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/os/signal/
H A Dsignal_test.go17 const sighup = syscall.SIGHUP const
33 Notify(c, sighup)
37 syscall.Kill(syscall.Getpid(), sighup)
38 waitSig(t, c, sighup)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/client9/reopen/example1/
H A Dexample.go25 sighup := make(chan os.Signal, 1)
26 signal.Notify(sighup, syscall.SIGHUP)
29 <-sighup
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/client9/reopen/example1/
H A Dexample.go25 sighup := make(chan os.Signal, 1)
26 signal.Notify(sighup, syscall.SIGHUP)
29 <-sighup
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/client9/reopen/example1/
H A Dexample.go25 sighup := make(chan os.Signal, 1)
26 signal.Notify(sighup, syscall.SIGHUP)
29 <-sighup
/dports/x11/sddm/sddm-0.19.0/src/daemon/
H A DSignalHandler.cpp63 struct sigaction sighup = { }; in initialize() local
64 sighup.sa_handler = SignalHandler::hupSignalHandler; in initialize()
65 sigemptyset(&sighup.sa_mask); in initialize()
66 sighup.sa_flags = SA_RESTART; in initialize()
68 if (sigaction(SIGHUP, &sighup, 0) > 0) { in initialize()
/dports/www/ffproxy/ffproxy-1.6/
H A Dsignals.c39 static RETSIGTYPE sighup(int);
57 sighup(int dummy) in sighup() function
82 signal(SIGHUP, sighup); in init_sighandlers()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/client9/reopen/example2/
H A Dexample.go29 sighup := make(chan os.Signal, 2)
30 signal.Notify(sighup, syscall.SIGHUP, syscall.SIGTERM)
33 s := <-sighup
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/client9/reopen/example2/
H A Dexample.go29 sighup := make(chan os.Signal, 2)
30 signal.Notify(sighup, syscall.SIGHUP, syscall.SIGTERM)
33 s := <-sighup
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/client9/reopen/example2/
H A Dexample.go29 sighup := make(chan os.Signal, 2)
30 signal.Notify(sighup, syscall.SIGHUP, syscall.SIGTERM)
33 s := <-sighup
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_main.c96 void sighup(void);
114 void sighup(void) in sighup() function
121 void sighup(void) in sighup() function
152 .handler = &sighup,
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_main.c96 void sighup(void);
114 void sighup(void) in sighup() function
121 void sighup(void) in sighup() function
152 .handler = &sighup,
/dports/databases/pgadmin3/pgadmin3-1.22.2/i18n/
H A Dpg_settings.csv4 …;"Sets the shell command that will be called to archive a WAL file.";"";"sighup";"string";"default…
8 "autovacuum";"on";"Autovacuum";"Starts the autovacuum subprocess.";"";"sighup";"bool";"default";"";…
13 "autovacuum_naptime";"60";"Autovacuum";"Time to sleep between autovacuum runs.";"";"sighup";"intege…
14 …0";"Autovacuum";"Vacuum cost delay in milliseconds, for autovacuum.";"";"sighup";"integer";"defaul…
15 …cuum";"Vacuum cost amount available before napping, for autovacuum.";"";"sighup";"integer";"defaul…
19 "bgwriter_delay";"200";"Resource Usage";"Background writer sleep time between rounds.";"";"sighup";…
21 …"Background writer multiplier on average buffers to scan per round.";"";"sighup";"real";"default";…
38 …ustomized Options";"Sets the list of known custom variable classes.";"";"sighup";"string";"default…
42 …ent";"Sets the time to wait on a lock before checking for deadlock.";"";"sighup";"integer";"defaul…
97 "log_checkpoints";"off";"Reporting and Logging / What to Log";"Logs each checkpoint.";"";"sighup";"…
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/scripts/
H A Dreconfig.py52 reactor.callLater(0.2, self.sighup)
69 self.sighup()
75 def sighup(self): member in Reconfigurator
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/tests/vmalloc/
H A Dtsignal.c53 static void sighup(int sig) in sighup() function
63 signal(sig, sighup); /* restore signal handler */ in sighup()
67 else signal(sig, sighup); in sighup()
177 signal(SIGHUP, sighup); in tmain()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dos_signal_SUITE.erl88 Signals = [sighup, %sigint,
109 os:set_signal(sighup, handle),
115 [{notify,sighup},
116 {notify,sighup},
117 {notify,sighup}] = Msgs1,
124 os:set_signal(sighup, ignore),
132 os:set_signal(sighup, handle),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Dos_signal_SUITE.erl88 Signals = [sighup, %sigint,
109 os:set_signal(sighup, handle),
115 [{notify,sighup},
116 {notify,sighup},
117 {notify,sighup}] = Msgs1,
124 os:set_signal(sighup, ignore),
132 os:set_signal(sighup, handle),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dos_signal_SUITE.erl88 Signals = [sighup, %sigint,
109 os:set_signal(sighup, handle),
115 [{notify,sighup},
116 {notify,sighup},
117 {notify,sighup}] = Msgs1,
124 os:set_signal(sighup, ignore),
132 os:set_signal(sighup, handle),
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Dos_signal_SUITE.erl88 Signals = [sighup, %sigint,
109 os:set_signal(sighup, handle),
115 [{notify,sighup},
116 {notify,sighup},
117 {notify,sighup}] = Msgs1,
124 os:set_signal(sighup, ignore),
132 os:set_signal(sighup, handle),
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Dos_signal_SUITE.erl88 Signals = [sighup, %sigint,
109 os:set_signal(sighup, handle),
115 [{notify,sighup},
116 {notify,sighup},
117 {notify,sighup}] = Msgs1,
124 os:set_signal(sighup, ignore),
132 os:set_signal(sighup, handle),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Dos_signal_SUITE.erl88 Signals = [sighup, %sigint,
109 os:set_signal(sighup, handle),
115 [{notify,sighup},
116 {notify,sighup},
117 {notify,sighup}] = Msgs1,
124 os:set_signal(sighup, ignore),
132 os:set_signal(sighup, handle),

12345678910>>...15