代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/208760/15237730
c sigchldwaitpid.c
#include "unp.h"
void
sig_chld(int signo)
{
pid_t pid;
int stat;
while ( (pid = waitpid(-1, &stat, WNOHANG)) > 0) {
printf("child %d terminated\n", pid);
}
return;
}
www.eeworm.com/read/208758/15237765
c sigchldwaitpid.c
#include "unp.h"
void
sig_chld(int signo)
{
pid_t pid;
int stat;
while ( (pid = waitpid(-1, &stat, WNOHANG)) > 0)
printf("child %d terminated\n", pid);
return;
}
www.eeworm.com/read/208758/15237772
lc sigchldwait.lc
#include "unp.h"## 1 ##src/tcpcliserv/sigchldwait.c##
void## 2 ##src/tcpcliserv/sigchldwait.c##
sig_chld(int signo)## 3 ##src/tcpcliserv/sigchldwait.c##
{## 4 ##src/tcpcliserv/sigchldwait.c##
www.eeworm.com/read/208758/15237774
lc sigchldwaitpid.lc
#include "unp.h"## 1 ##src/tcpcliserv/sigchldwaitpid.c##
void## 2 ##src/tcpcliserv/sigchldwaitpid.c##
sig_chld(int signo)## 3 ##src/tcpcliserv/sigchldwaitpid.c##
{## 4 ##src/tcpcliserv/sigchld
www.eeworm.com/read/207820/15261378
c setsid.c
/*
* linux/lib/setsid.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
_syscall0(pid_t,setsid)
www.eeworm.com/read/205695/15309759
m chap2_8f.m
%PID Controler Based on Ziegler-Nichols
clear all;
close all;
ts=0.25;
sys=tf(1,[10,2,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
axis('square'),zgrid('new');
figure(1);
rloc
www.eeworm.com/read/205421/15316373
h xport.h
/* SCCSID @(#)xport.h 1.34 2/25/98 */
/*
* $Log$
*/
#ifndef __XPORT_H__
#define __XPORT_H__
#include "common.h"
/****************************************************************************
The
www.eeworm.com/read/169307/5425547
c cap_proc.c
/*
* $Id: cap_proc.c,v 1.1 2003/01/03 02:16:17 jwm Exp $
*
* Copyright (c) 1997-8 Andrew G Morgan
*
* See end of file for Log.
*
* This file deals with setting capabil
www.eeworm.com/read/168214/5447742
bat build_lib.bat
@REM *************************************************************************
@REM ** Texas Instruments Inc.
@REM ** Script file for builing libraries
@REM **
@REM ********************
www.eeworm.com/read/167046/5469935
h procfs.h
/* Copyright (C) 1996, 1997, 1999, 2000, 2001, 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