OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_kill
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/none/tests/
async-sigs.c
37
static void
do_kill
(int pid, int sig)
function
112
do_kill
(pid, caughtsig); // Should be caught.
114
do_kill
(pid, caughtsig); // Ditto.
115
do_kill
(pid, caughtsig); // Ditto.
120
do_kill
(pid, fatalsig); // Should kill it.
/external/autotest/client/profilers/powertop/src/
process.c
65
void
do_kill
(void)
function
87
add_suggestion(comment, weight, 'K' , hotkey_string,
do_kill
);
/external/e2fsprogs/misc/
uuidd.c
452
int debug = 0, do_type = 0,
do_kill
= 0, num = 0;
local
469
do_kill
++;
577
if (
do_kill
) {
579
if ((ret > 0) && ((
do_kill
= atoi((char *) buf)) > 0)) {
580
ret = kill(
do_kill
, SIGTERM);
585
"at pid %d: %s\n"),
do_kill
,
591
do_kill
);
Completed in 227 milliseconds