代码搜索结果

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

pipe_rw.c

#include #include #include #include #include int main() { int pipe_fd[2]; pid_t pid; char buf_r[100]; char* p_wbuf; int r_num;

pipe_rw.c

#include #include #include #include #include int main() { int pipe_fd[2]; pid_t pid; char buf_r[100]; char* p_wbuf; int r_num;

ipc-proxy.h

/* TradeClient * $Id: ipc-proxy.h,v 1.3 2001/03/20 20:12:34 ttabner Exp $ * * Copyright (C) 1999-2000 Bynari Inc. * Copyright (C) 2001 Project TradeClient *

sunos5-5.h

/* sunos5-5.h System dependencies for Solaris 2.x (tested on 2.5 with gcc)... */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Softw

root.c

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

wait.h

Linux/include/sys/wait.h

sms_lock.c

/* -------------------------------------------------------------------- */ /* SMS Client, send messages to mobile phones and pagers */ /* */ /* sms_lock.c */ /* */ /* Copyrigh

kill.c

/* Stub for kill. */ #include #include /* The pid argument should be of type pid_t. */ int _DEFUN (_kill, (pid, sig), int pid _AND int sig) { if (pid == 1 || pid < 0)

kill.c

/* Stub for kill. */ #include #include /* The pid argument should be of type pid_t. */ int _DEFUN (_kill, (pid, sig), int pid _AND int sig) { if (pid == 1 || pid < 0)