代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/216450/4894104
s kill.s
.sect .text
.extern __kill
.define _kill
.align 2
_kill:
jmp __kill
www.eeworm.com/read/216450/4894529
c _kill.c
#include
#define kill _kill
#include
PUBLIC int kill(proc, sig)
int proc; /* which process is to be sent the signal */
int sig; /* signal number */
{
message m;
m.m1_i1 =
www.eeworm.com/read/216450/4895023
2 kill.2
.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#
www.eeworm.com/read/216450/4895085
1 kill.1
.TH KILL 1
.SH NAME
kill \- send a signal to a process
.SH SYNOPSIS
\fBkill\fR [\fB\-\fIn\fR] \fIprocess\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH OPTIONS
.FL "\-
www.eeworm.com/read/209211/4984510
c kill.c
#include
#include
#include
#include
#include
#include
#include
#define NSIG SIGUSR2
char *signm[NSIG+1] = { 0,
"SIGHUP",
www.eeworm.com/read/209211/4984681
c kill.c
#include "lib.h"
#include
#include
#include
#include
#include
#include
static int
note(int pid, char *msg, char *fmt)
{
int f;
char pn
www.eeworm.com/read/209211/4986743
c kill.c
#include
#include
#include
#include "threadimpl.h"
static void tinterrupt(Proc*, Thread*);
static void
threadxxxgrp(int grp, int dokill)
{
Proc *p;
Thread *t;
lock(&_th
www.eeworm.com/read/195341/5111709
2 kill.2
.th KILL II 12/15/74
.sh NAME
kill \*- send signal to a process
.sh SYNOPSIS
(kill = 37.; not in assembler)
.br
(process number in r0)
.br
.ft B
sys kill; sig
.s3
kill(pid, sig);
.ft R
.sh DESCRIPTI
www.eeworm.com/read/195341/5111771
1 kill.1
.th KILL I 2/8/75
.sh NAME
kill \*- terminate a process
.sh SYNOPSIS
.bd kill
[ \fB\*-\fRsigno ]
processid ...
.sh DESCRIPTION
Kills the specified processes.
The process number of each asynchronous pr
www.eeworm.com/read/195341/5111990
s kill.s
/ C library -- kill
.globl _kill, cerror
kill = 37.
indir = 0
_kill:
mov r5,-(sp)
mov sp,r5
mov 4(sp),r0
mov 6(sp),8f
sys indir; 9f
bec 1f
jmp cerror
1:
clr r0
mov (sp)+,r5
rts pc
.data
9