代码搜索:kill

找到约 2,615 项符合「kill」的源代码

代码结果 2,615
www.eeworm.com/read/386582/8737744

c kill.c

#include #include #include #include #include int kill_main(int argc, char **argv) { int sig = SIGTERM; int result = 0; argc--
www.eeworm.com/read/430500/8741267

c kill.c

#include #include #include #include #include int main() { pid_t pid; int ret; if((pid=fork())
www.eeworm.com/read/427066/8979264

psd kill.psd

www.eeworm.com/read/381152/9107294

c kill.c

#include #include #include #include #include int main() { pid_t pid; int ret; if((pid=fork())
www.eeworm.com/read/374989/9376514

my_kill

www.eeworm.com/read/374163/9419091

1 kill.1

.\" Copyright 1994 Salvatore Valente (svalente@mit.edu) .\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu) .\" May be distributed under the GNU General Public License .TH KILL 1 "14 October 1994"
www.eeworm.com/read/374163/9419128

c kill.c

/* * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are
www.eeworm.com/read/374163/9419152

h kill.h

extern int *get_pids (char *process_name, int get_all);
www.eeworm.com/read/373386/9457921

c kill.c

#include #include #include #include main() { pid_t pid; int status; if(!(pid= fork())){ printf("I am child process!\n"); sleep(10); return; } else{ printf(
www.eeworm.com/read/170114/9818667

c kill.c

/* kill -- send a signal to a process Copyright (C) 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU