Home
last modified time | relevance | path

Searched refs:have_sigterm (Results 1 – 6 of 6) sorted by relevance

/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dsignals.c29 int have_sigterm=0; variable
71 have_sigterm = 1; in udm_sig_handler()
H A Dhttpd.c116 have_sigterm = 0; in httpd_main()
H A Dutils.c735 if (have_sigint || have_sigterm in UdmRecvall()
H A Dindexer.c2890 if (have_sigint || have_sigterm)
2900 have_sigint = have_sigterm = 0;
/dports/www/mnogosearch/mnogosearch-3.4.1/include/
H A Dudm_signals.h32 extern int have_sigterm;
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dsighandlers.cc132 static const bool have_sigterm in respond_to_pending_signals() local
230 else if (have_sigterm && sig == sigterm) in respond_to_pending_signals()