代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/323224/13346975
h do_kill.h
#include
#include
void do_kill(char* sig, char* pid){
pid_t kpid;
int ksig;
int status;
if(pid == NULL && sig == NULL){
printf("usage: kill [-1 | -9 | -
www.eeworm.com/read/321262/13410073
c 9-1.c
#include
#include
main() {
pid_t pid;
pid = fork();
if(!pid)
printf("this is child ");
else if (pid>0)
printf("this is parent,ch
www.eeworm.com/read/127704/6002185
tcl count_user_insts.tcl
#
# Copyright (C) 1996-1998 by the Board of Trustees
# of Leland Stanford Junior University.
#
# This file is part of the SimOS distribution.
# See LICENSE file for terms of the license.
#
###
www.eeworm.com/read/494463/6376705
new file
#include
#include
pid_t PID()
{
pid_t getpid(void)
return pid_t;
}
www.eeworm.com/read/410511/11280486
c 9-1.c
#include
#include
main() {
pid_t pid;
pid = fork();
if(!pid)
printf("this is child ");
else if (pid>0)
printf("this is parent,ch
www.eeworm.com/read/264473/11312011
c 9-1.c
#include
#include
main() {
pid_t pid;
pid = fork();
if(!pid)
printf("this is child ");
else if (pid>0)
printf("this is parent,ch
www.eeworm.com/read/260404/11727772
c dmx_tspidscan.c
/*
$Id: dmx_tspidscan.c,v 1.15 2004/01/31 01:24:26 rasc Exp $
DVBSNOOP
a dvb sniffer and mpeg2 stream analyzer tool
http://dvbsnoop.sourceforge.net/
(c) 2001-2004 Rainer.Scherg@gmx.de (rasc)
www.eeworm.com/read/252193/12294873
c 9-1.c
#include
#include
main() {
pid_t pid;
pid = fork();
if(!pid)
printf("this is child ");
else if (pid>0)
printf("this is parent,ch
www.eeworm.com/read/118791/14854319
c fuqep.c
/*位置模式下的梯形轨迹QEP1,正反转只需改动pid->position +=pid->v的加号,pid->mposition=(pid->count+65536*(pid->overflow)-1000)的65536的加号*/
#include"regs2407.h"
#include"math.h"
/*#include"stdio.h"*/
#define PERIOD 96
www.eeworm.com/read/170225/5406623
c dmx_tspidscan.c
/*
$Id: dmx_tspidscan.c,v 1.18 2004/10/12 20:37:47 rasc Exp $
DVBSNOOP
a dvb sniffer and mpeg2 stream analyzer tool
http://dvbsnoop.sourceforge.net/
(c) 2001-2004 Rainer.Scherg@gmx.de (rasc)