代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/124347/6053500
c kill04.c
/*
*
* Copyright (c) International Business Machines Corp., 2001
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li
www.eeworm.com/read/117182/6107119
find-func kill.find-func
/home/asysweb/public_html/cortex/ports/posix4/src/kill
FIND optionbase_path = /home/asysweb/public_html/cortex/ports/posix4/src/kill
find_opt =
www.eeworm.com/read/113399/6131619
c sys_kill.c
#include "syslib.h"
PUBLIC int sys_kill(proc, signr)
int proc; /* which proc has exited */
int signr; /* signal number: 1 - 16 */
{
/* A proc has to be signaled via MM. Tell the kernel. */
www.eeworm.com/read/103509/6215145
3 pthread_kill.3
.\" This -*- nroff -*- file has been generated from
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
...\"
...\" transcript compatibility for postscript use.
...\"
...\" synopsis: .P!
www.eeworm.com/read/101082/6247925
3f kill.3f
.\" SCCSID: @(#)kill.3f 8.1 9/11/90
.TH kill 3f VAX "" Unsupported
.SH Name
kill \- send a signal to a process
.SH Syntax
.B function kill (pid, signum)
.br
.B integer pid, signum
.SH Description
.NXR
www.eeworm.com/read/476924/6742945
rar kill_securitysoftware.rar
www.eeworm.com/read/405316/11466467
c kill2.c
#include
#include
#include
void my_func(int sign_no)
{
if(sign_no==SIGINT)
{
printf("i got sigint");
}
else
{
printf("i got SIGQUIT");
}
}
www.eeworm.com/read/404911/11476136