Searched refs:kill (Results 1 - 25 of 378) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Draise.c25 return (kill(getpid(), s));
/macosx-10.10.1/ruby-106/ruby/nacl/
H A Dsignal.h5 int kill(pid_t pid, int signal);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dsignal.c86 (void) kill(pid, SIGUSR1);
87 (void) kill(pid, SIGUSR1);
88 (void) kill(pid, SIGUSR1);
89 (void) kill(pid, SIGUSR1);
90 (void) kill(pid, SIGUSR1);
91 (void) kill(pid, SIGUSR1);
92 (void) kill(pid, SIGUSR1);
93 (void) kill(pid, SIGUSR1);
94 (void) kill(pid, SIGUSR1);
95 (void) kill(pi
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dkillpg.c37 return(kill(-g, s));
H A Dexecve.c41 kill(childpid, sig);
63 kill(getpid(), WTERMSIG(status));
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dkill.d3 * kill.d - watch process signals as they are sent (eg, kill -9).
8 * USAGE: kill.d
14 * SIG destination signal ("9" for a kill -9)
46 syscall::kill:entry
53 syscall::kill:return
/macosx-10.10.1/dtrace-147/DTTk/Proc/
H A Dkill.d3 * kill.d - watch process signals as they are sent (eg, kill -9).
8 * USAGE: kill.d
14 * SIG destination signal ("9" for a kill -9)
46 syscall::kill:entry
53 syscall::kill:return
/macosx-10.10.1/top-100.1.2/tests/
H A Dcreate_destroy_procs.tcl8 #Pick one at random to kill.
12 catch {exec kill $randproc}
16 catch {exec kill $p}
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/
H A Dkill.c29 * kill stub, which wraps a modified kill system call that takes a posix
36 kill(pid_t pid, int sig) function
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DStaticPropertyAnalyzer.h46 void kill();
47 void kill(int dst);
50 void kill(StaticPropertyAnalysis*);
74 kill(addResult.iterator->value.get());
91 kill(dst);
97 kill(addResult.iterator->value.get());
102 inline void StaticPropertyAnalyzer::kill(StaticPropertyAnalysis* analysis) function in class:JSC::StaticPropertyAnalyzer
111 inline void StaticPropertyAnalyzer::kill(int dst) function in class:JSC::StaticPropertyAnalyzer
145 // Cases (2) and (3) are hard. Case (2) should kill "local", while case (3) should
158 kill(i
162 inline void StaticPropertyAnalyzer::kill() function in class:JSC::StaticPropertyAnalyzer
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dsignals_test.cpp103 ::kill(::getpid(), SIGUSR1);
108 ::kill(::getpid(), SIGUSR1);
112 ::kill(::getpid(), SIGUSR1);
129 ::kill(::getpid(), SIGUSR1);
136 ::kill(::getpid(), SIGUSR1);
155 ::kill(::getpid(), SIGUSR1);
162 ::kill(::getpid(), SIGUSR1);
190 ::kill(::getpid(), SIGUSR1);
211 ::kill(::getpid(), SIGUSR1);
216 ::kill(
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Draise.c46 return(kill(getpid(), s));
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcache.c142 register bfd *kill; local
145 kill = NULL;
148 for (kill = bfd_last_cache->lru_prev;
149 ! kill->cacheable;
150 kill = kill->lru_prev)
152 if (kill == bfd_last_cache)
154 kill = NULL;
160 if (kill == NULL)
166 kill
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A Dsignal-demo.py16 os.kill(os.getpid(), signal.SIGQUIT)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A Dsignal-demo.py16 os.kill(os.getpid(), signal.SIGQUIT)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A Dsignal-demo.py16 os.kill(os.getpid(), signal.SIGQUIT)
/macosx-10.10.1/ntp-92/include/
H A Dcopyright.def17 [ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
/macosx-10.10.1/ruby-106/ruby/symbian/
H A Dmissing-pips.c11 int kill(pid_t pid, int sig);
17 int kill(pid_t pid, int sig) function
/macosx-10.10.1/emacs-93/emacs/mac/inc/sys/
H A Dfile.h55 int kill(int,int);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.sig.h54 * work, but it would kill the world, because all the setpgrp
56 * NOTE: we don't want killpg(a, b) == kill(-getpgrp(a), b)
59 # define killpg(a, b) kill(-(a), (b))
61 /* this is the poor man's version of killpg()! Just kill the
65 # define killpg(a, b) kill((a), (b))
71 # define killpg(a, b) kill((a), (b))
78 # define killpg(a, b) kill(-(a), (b))
83 # define killpg(a, b) kill(-getpgrp(a), b)
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dsignal.h83 int kill(pid_t, int) __DARWIN_ALIAS(kill); variable
86 int kill(pid_t, int) LIBC_ALIAS(kill); variable
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dstructure.cpp114 void NodeCore::kill() function in class:NodeCore
118 (*it)->kill();
123 void NodeCore::kill(NodeCore &ref) function in class:NodeCore
127 ref.kill();
/macosx-10.10.1/groff-38/groff/src/utils/indxbib/
H A Dsignal.c46 kill(getpid(), signum);
48 /* MS-DOS and Win32 don't have kill(); the best compromise is
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Dmaster_monitor.c90 (void) kill(pid, SIGKILL);
/macosx-10.10.1/BerkeleyDB-21/db/mod_db4/
H A Dmod_db4.c41 ret += kill(ap_scoreboard_image->parent[i].pid, SIGTERM);
63 kill(getpid(), sig);

Completed in 162 milliseconds

1234567891011>>