HomeSort by: relevance | last modified time | path
    Searched defs:KILL (Results 1 - 4 of 4) sorted by relevancy

  /src/libexec/getty/
main.c 133 #define KILL tmode.c_cc[VKILL]
487 } else if (c == KILL || c == '@') {
  /src/games/battlestar/
extern.h 158 #define KILL 1024
  /src/external/gpl3/gdb.old/dist/gdb/
procfs.c 102 void kill () override;
554 enum { NOKILL, KILL };
564 if (kill_p == KILL)
565 kill (pi->pid, SIGKILL);
1280 process. NOTE: semantics are different from those of KILL. This
1468 /* Send a signal to the proc or lwp with the semantics of "kill()".
2576 procfs_target::kill () function in class:procfs_target
2640 dead_procinfo (pi, "init_inferior: wait_for_stop failed", KILL);
2661 and possibly even turning ON kill-on-last-close at this point. But
  /src/external/gpl3/gdb/dist/gdb/
procfs.c 102 void kill () override;
554 enum { NOKILL, KILL };
564 if (kill_p == KILL)
565 kill (pi->pid, SIGKILL);
1280 process. NOTE: semantics are different from those of KILL. This
1468 /* Send a signal to the proc or lwp with the semantics of "kill()".
2576 procfs_target::kill () function in class:procfs_target
2640 dead_procinfo (pi, "init_inferior: wait_for_stop failed", KILL);
2661 and possibly even turning ON kill-on-last-close at this point. But

Completed in 20 milliseconds