HomeSort by relevance Sort by last modified time
    Searched refs:kill (Results 26 - 50 of 340) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/main/gdbserver_tests/
mssnapshot.stderrB.exp 9 v.kill : kill the Valgrind process
22 monitor command request to kill this process
mcbreak.stderrB.exp 6 monitor command request to kill this process
mcinvokeRU.stderrB.exp 12 sending command v.kill to pid ....
mcinvokeWS.stderrB.exp 12 sending command v.kill to pid ....
mchelp.stdoutB.exp 7 v.kill : kill the Valgrind process
36 v.kill : kill the Valgrind process
67 monitor command request to kill this process
mcinvokeRU.stdoutB.exp 23 monitor command request to kill this process
mcinvokeWS.stdoutB.exp 23 monitor command request to kill this process
  /external/bison/lib/
raise.c 77 return kill (getpid (), sig);
  /external/valgrind/main/none/tests/
pending.c 51 kill(getpid(), SIGUSR1);
52 kill(getpid(), SIGHUP);
syscall-restart1.c 54 kill(pid, SIGUSR1);
syscall-restart2.c 54 kill(pid, SIGUSR1);
  /external/chromium/third_party/libevent/test/
regress.gen.c 125 const struct kill* value)
205 msg_attack_get(struct msg *msg, struct kill* *value)
416 * Implementation of kill
428 struct kill *
431 struct kill *tmp;
432 if ((tmp = malloc(sizeof(struct kill))) == NULL) {
454 kill_weapon_assign(struct kill *msg,
466 kill_action_assign(struct kill *msg,
478 kill_how_often_assign(struct kill *msg, const ev_uint32_t value)
486 kill_weapon_get(struct kill *msg, char * *value
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress.gen.c 125 const struct kill* value)
205 msg_attack_get(struct msg *msg, struct kill* *value)
416 * Implementation of kill
428 struct kill *
431 struct kill *tmp;
432 if ((tmp = malloc(sizeof(struct kill))) == NULL) {
454 kill_weapon_assign(struct kill *msg,
466 kill_action_assign(struct kill *msg,
478 kill_how_often_assign(struct kill *msg, const ev_uint32_t value)
486 kill_weapon_get(struct kill *msg, char * *value
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller.h 51 - (IBAction)kill:(id)sender;
  /external/chromium_org/chrome/browser/ui/cocoa/
hung_renderer_controller.h 57 - (IBAction)kill:(id)sender;
  /external/chromium_org/tools/android/common/
daemon.cc 65 kill(getppid(), SIGUSR1); // Inform the parent process to exit.
  /external/oprofile/libutil/
op_lockfile.c 50 if (kill(pid, 0)) {
  /external/qemu/distrib/sdl-1.2.15/src/thread/irix/
SDL_systhread.c 83 kill(thread->handle, SIGKILL);
  /system/extras/tests/bionic/libc/common/
test_clone.c 49 if (kill (getpid (), SIGSTOP) < 0)
50 perror ("kill");
  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 88 // determined, the range from the block start to Kill will be added to LI.
89 SlotIndex Kill;
94 LiveInBlock(LiveInterval *li, MachineDomTreeNode *node, SlotIndex kill)
95 : LI(li), DomNode(node), Kill(kill), Value(0) {}
104 /// Assuming that LI is live-in to KillMBB and killed at Kill, find the set
107 /// If only one def can reach Kill, all paths from the def to kill are added
110 /// If multiple values can reach Kill, the blocks that need LI to be live in
116 SlotIndex Kill,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_copy_propagation.cpp 94 void kill(ir_variable *ir);
141 kill(ir->lhs->variable_referenced());
199 * this call. So kill all copies.
237 kill(k->var);
281 kill(k->var);
289 ir_copy_propagation_visitor::kill(ir_variable *var) function in class:ir_copy_propagation_visitor
293 /* Remove any entries currently in the ACP for this kill. */
  /external/mesa3d/src/glsl/
opt_copy_propagation.cpp 94 void kill(ir_variable *ir);
141 kill(ir->lhs->variable_referenced());
199 * this call. So kill all copies.
237 kill(k->var);
281 kill(k->var);
289 ir_copy_propagation_visitor::kill(ir_variable *var) function in class:ir_copy_propagation_visitor
293 /* Remove any entries currently in the ACP for this kill. */
  /development/ndk/platforms/android-3/include/
signal.h 123 extern int kill(pid_t, int);
  /external/chromium/chrome/common/
service_process_util_linux.cc 63 if (kill(process_id, SIGTERM) < 0) {
64 PLOG(ERROR) << "kill";
  /external/chromium_org/chrome/common/
service_process_util_linux.cc 44 if (kill(process_id, SIGTERM) < 0) {
45 DPLOG(ERROR) << "kill";

Completed in 911 milliseconds

12 3 4 5 6 7 8 91011>>