代码搜索:kill

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

代码结果 2,615
www.eeworm.com/read/300969/13874733

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/149795/5696909

sh kill_sem.sh

#!/bin/bash OS=`uname -s` echo $OS if [ "$OS" == "Linux" ] then ipcrm sem `cat /proc/sysvipc/sem | awk '{ print $2; }'` ipcrm shm `cat /proc/sysvipc/shm | awk '{ print $2; }'` elif [ "$OS" == "S
www.eeworm.com/read/140582/5787211

sh kill-uml.sh

#!/bin/sh MCONSOLE=uml_mconsole for i in /tmp/uml/* do $MCONSOLE $i/mconsole halt done
www.eeworm.com/read/133455/5904465

sh kill_sem.sh

#!/bin/bash OS=`uname -s` echo $OS if [ "$OS" == "Linux" ] then ipcrm sem `cat /proc/sysvipc/sem | awk '{ print $2; }'` ipcrm shm `cat /proc/sysvipc/shm | awk '{ print $2; }'` elif [ "$OS" == "S
www.eeworm.com/read/132748/5909594

c pt-kill.c

/* pthread_kill. Hurd version. Copyright (C) 2002 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
www.eeworm.com/read/125279/6032211

sh kill-uml.sh

#!/bin/sh #MCONSOLE=uml_mconsole MCONSOLE=/usr/src/freeswan/uml/utils/mconsole/uml_mconsole for i in /tmp/uml/* do $MCONSOLE $i/mconsole halt done
www.eeworm.com/read/124347/6053359

c kill01.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/124347/6053399

c kill03.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/124347/6053447

c kill02.c

/* * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General P
www.eeworm.com/read/124347/6053489

c kill09.c

/* * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General P