代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/369339/2800921
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/369339/2801140
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
www.eeworm.com/read/369339/2801600
s kill.s
/ kill process
mov (sp)+,r4
tst (sp)+
loop:
dec r4
ble done
mov (sp)+,r5
clr r3
cmpb (r5),$'-
bne 1f
inc r5
clr signo
1:
movb (r5)+,r0
beq 1f
sub $'0,r0
cmp r0,$9
bhi error
mul $10.,
www.eeworm.com/read/367182/2854195
c kill.c
/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify
www.eeworm.com/read/358128/3000350
al kill.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;
#line 234 "../../lib/POSIX.pm (autosplit into ../../lib/auto/
www.eeworm.com/read/358128/3003876
result kill.result
drop table if exists t1, t2, t3;
create table t1 (kill_id int);
insert into t1 values(connection_id());
select ((@id := kill_id) - kill_id) from t1;
((@id := kill_id) - kill_id)
0
kill @id;
select ((@
www.eeworm.com/read/358128/3004808
test kill.test
# This test doesn't work with the embedded version as this code
# assumes that one query is running while we are doing queries on
# a second connection.
# This would work if mysqltest run would be thr
www.eeworm.com/read/264666/4287600
bat kill.bat
@echo off
g .map,.lst,.sym,.err,.s19 %1 %2 %3 %4 %5 %6 %7 %8 %9 #del $n
www.eeworm.com/read/252498/4403789
kill-xterms
#!/bin/sh
# ====================================================================
# The Vovida Software License, Version 1.0
#
# Copyright (c) 2000 Vovida Networks, Inc. All rights reserved.
#
# R
www.eeworm.com/read/252366/4408275
s kill.s
.sect .text
.extern __kill
.define _kill
.align 2
_kill:
jmp __kill