代码搜索结果

找到约 10,000 项符合 PID 的代码

syskill.c

/* connector for kill */ #include int _DEFUN (kill, (pid, sig), int pid _AND int sig) { #ifdef REENTRANT_SYSCALLS_PROVIDED return _kill_r (_REENT, pid, sig); #else return _ki

root.c

/* * linux/fs/proc/root.c * * Copyright (C) 1991, 1992 Linus Torvalds * * proc root directory handling functions */ #include #include #include

execute.h

///////////////////////////////////////////////////////////////////////////// // Name: unix/execute.h // Purpose: private details of wxExecute() implementation // Author: Vadim Zeit

servaccept.c

/* ** $Id: servaccept.c,v 1.5 2003/09/04 06:02:53 weiym Exp $ ** ** servaccept.c: accept connection from clients. ** ** Copyright (C) 2003 Feynman Software ** Copyright (C) 2000 ~ 2002 Wei Yongming.

servaccept.c

/* ** $Id: servaccept.c,v 1.5 2003/09/04 06:02:53 weiym Exp $ ** ** servaccept.c: accept connection from clients. ** ** Copyright (C) 2003 Feynman Software ** Copyright (C) 2000 ~ 2002 Wei Yongming.

timers.cpp

// Timers.cpp,v 1.2 2004/01/09 21:59:06 shuston Exp #include "ace/config.h" #if !defined (ACE_LACKS_FORK) #include "ace/streams.h" #include #include #include

ndet_s_wait.c

#ifndef lint #ifdef sccs static char sccsid[] = "@(#)ndet_s_wait.c 1.1 92/07/30 Copyr 1985 Sun Micro"; #endif #endif /* * Copyright (c) 1985 by Sun Microsystems, Inc. */ /* * Ndet_s_wait.c - Impl

binfmt_elf32.c

/* * Support for 32-bit Linux/MIPS ELF binaries. * * Copyright (C) 1999, 2001 Ralf Baechle * Copyright (C) 1999, 2001 Silicon Graphics, Inc. * * Heavily inspired by the 32-bit Sparc compat code

check_exec_guard.sh

#! /bin/sh # $Id: check_exec_guard.sh,v 1000.1 2004/02/12 21:52:32 gouriano Exp $ # Author: Vladimir Ivanov, NCBI # ########################################################################### # # A

rs6000-nat.c

/* IBM RS/6000 native-dependent code for GDB, the GNU debugger. Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you