OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigterm
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/daemon/
opd_perfmon.c
95
sig_atomic_t
sigterm
;
member in struct:child
144
kill(getppid(),
SIGTERM
);
197
if (sigaction(
SIGTERM
, &act, NULL)) {
198
perror("oprofiled: install of
SIGTERM
handler failed");
324
self->
sigterm
= 0;
361
sigdelset(&sigmask,
SIGTERM
);
414
xen_ctx->
sigterm
= 0;
/external/valgrind/main/coregrind/
vgdb.c
657
static int
sigterm
= 0;
variable
678
else if (signum ==
SIGTERM
) {
680
sigterm
++;
734
/*
SIGTERM
: can receive this signal (e.g. from gdb) to terminate vgdb
737
if (sigaction (
SIGTERM
, &action, &oldaction) != 0)
738
XERROR (errno, "vgdb error sigaction
SIGTERM
\n");
756
DEBUG(1, "nr received signals: sigint %d
sigterm
%d sighup %d sigpipe %d\n",
757
sigint,
sigterm
, sighup, sigpipe);
758
/* Note that we do not forward
sigterm
to the valgrind process:
759
a
sigterm
signal is (probably) received from gdb if the user wants t
[
all
...]
Completed in 505 milliseconds