代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/402196/11541205
my_kill
www.eeworm.com/read/256574/11986729
exe kill.exe
www.eeworm.com/read/342786/11999037
sh kill.sh
#!/bin/sh
kill -9 $(ps -eaf | grep "\./gltest" | grep -v grep | awk '{print $2}')
exit 0
www.eeworm.com/read/153241/12049850
java kill.java
// JShell
// Copyright (C) 2000 Jack A. Orenstein
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// publish
www.eeworm.com/read/152938/12073405
c kill.c
#include "unistd.h"
#include "signal.h"
#include "sys/types.h"
#include "sys/wait.h"
main()
{pid_t pid;
int status;/*state of the child thread will be sended to status*/
if(!(pid =fork()))
{
www.eeworm.com/read/253139/12243495
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
www.eeworm.com/read/253119/12244401
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
www.eeworm.com/read/252193/12294451
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
www.eeworm.com/read/251965/12308354