OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:termsig
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/process/
status.cpp
158
process::status::
termsig
(void) const
function in class:process::status
/src/external/bsd/atf/dist/atf-c++/
check.cpp
83
impl::check_result::
termsig
(void)
function in class:impl::check_result
/src/crypto/external/apache2/openssl/dist/apps/lib/
http_server.c
68
static int
termsig
= 0;
variable
72
termsig
= sig;
102
while (
termsig
== 0) {
109
while (
termsig
== 0 && procs >= n_responders) {
149
if (
termsig
)
161
if (
termsig
)
185
/* The loop above can only break on
termsig
*/
186
log_HTTP1(prog, LOG_INFO, "terminating on signal: %d",
termsig
);
/src/crypto/external/bsd/openssl/dist/apps/lib/
http_server.c
103
static int
termsig
= 0;
variable
107
termsig
= sig;
136
while (
termsig
== 0) {
143
while (
termsig
== 0 && procs >= multi) {
177
if (
termsig
)
189
if (
termsig
)
212
/* The loop above can only break on
termsig
*/
213
syslog(LOG_INFO, "terminating on signal: %d",
termsig
);
/src/external/bsd/atf/dist/atf-c++/detail/
process.cpp
270
impl::status::
termsig
(void)
function in class:impl::status
/src/external/bsd/atf/dist/tools/
process.cpp
407
impl::status::
termsig
(void)
function in class:impl::status
/src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c
898
static int
termsig
= 0;
variable
902
termsig
= sig;
931
while (
termsig
== 0) {
938
while (
termsig
== 0 && procs >= multi) {
972
if (
termsig
)
984
if (
termsig
)
1007
/* The loop above can only break on
termsig
*/
1008
syslog(LOG_INFO, "terminating on signal: %d",
termsig
);
Completed in 17 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026