Searched refs:kill (Results 1 - 22 of 22) sorted by path

/haiku/headers/tools/cppunit/
H A DThreadManager.h83 kill(fID, SIGINT);
/haiku/src/apps/cortex/support/
H A DBasicThread.h63 kill();
130 status_t kill() { function in class:BasicThread
/haiku/src/bin/network/telnet/
H A Dcommands.c895 { "kill", "character to use to erase a line", NULL, termKillCharp },
1335 (void) kill(0, SIGTSTP);
/haiku/src/bin/
H A Dshutdown.cpp138 kill(threadInfo.thread, SIGUSR1);
/haiku/src/libs/bsd/
H A Dreadpassphrase.c159 kill(getpid(), signo);
/haiku/src/system/libroot/posix/signal/
H A Dkill.c17 kill(pid_t pid, int sig) function
H A Dkillpg.cpp17 return kill(-processGroupID, signal);
/haiku/src/tests/system/benchmarks/
H A Dctxbench.c168 kill(childpid, SIGTERM);
/haiku/src/tests/system/glue/
H A DStackAlign.cpp63 kill(getpid(), SIGUSR1);
/haiku/src/tests/system/kernel/
H A Dsyscall_restart_test.cpp52 kill(thread, SIGINT);
/haiku/headers/posix/
H A Dsignal.h118 * like "kill -9" do what you expect.
128 #define SIGKILL 9 /* kill a team (not catchable) */
140 #define SIGKILLTHR 21 /* be specific: kill just the thread, not team */
242 int kill(pid_t pid, int _signal);
/haiku/headers/private/kernel/
H A Dthread.h188 - \c B_KILL_CAN_INTERRUPT: The thread can be interrupted by a kill
316 - \c B_KILL_CAN_INTERRUPT: The thread can be interrupted by a kill
376 \param kill If \c false, the blocked thread is only interrupted, when the
387 thread_interrupt(Thread* thread, bool kill) argument
391 || (kill && (thread->wait.flags & B_KILL_CAN_INTERRUPT) != 0)) {
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp174 fKillButton = new BButton("kill", B_TRANSLATE("Kill application"),
477 bool kill = false; local
481 kill = true;
491 kill = true;
498 } else if (kill) {
589 "If the application will not quit you may have to kill it."));
/haiku/src/apps/codycam/
H A DSpawningUploadClient.cpp32 kill(fCommandPid, SIGTERM);
33 kill(fCommandPid, SIGKILL);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2684 if ( kill( pid, SIGKILL ) == 0 )
2694 if ( kill( pid, SIGINT ) == 0 )
2697 /* In case this isn't enough, schedule an uncatchable kill. */
2997 /* Schedule a kill for the child process, in case it runs too long */
3479 /* Need to schedule a kill for process r; but in the main process! */
3524 /* Need to schedule a kill for process r; but in the main process! */
3631 /* Schedule a kill for the child process, in case it runs too long */
/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp227 kill(sshPID, SIGHUP);
/haiku/src/apps/terminal/
H A DShell.cpp177 kill(-fShellInfo.ProcessID(), SIGHUP);
368 * enable signals, canonical processing (erase, kill, etc), echo.
/haiku/src/servers/net/
H A DServices.cpp329 kill(-service->process, SIGTERM);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1993 void kill() {} function
H A Dlibroot_stubs_legacy.c1960 void kill() {} function
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp168 ::kill(fChildPid, SIGTERM);
/haiku/src/tests/kits/net/service/
H A DTestServer.cpp179 ::kill(fChildPid, SIGTERM);

Completed in 214 milliseconds