代码搜索结果
找到约 10,000 项符合
PID 的代码
wait.c
/*
* linux/lib/wait.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
#include
_syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
pid_t wait(i
fchev.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
fchev.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="FCHEV"
ProjectDir="D:\dsp\FCHEV_pid\FCHEV_pid\SOURCE\"
ProjectType=Executable
CPUFa
chap2_7f.m
%PID Controler Based on Ziegler-Nichols
clear all;
close all;
sys=tf(400,[1,30,200,0]);
figure(1);
rlocus(sys);
[km,pole]=rlocfind(sys)
wm=imag(pole(2));
kp=0.6*km
kd=kp*pi/(4*wm)
ki=k
getppid.c
/* vi: set sw=4 ts=4: */
/*
* getppid() for uClibc
*
* Copyright (C) 2000-2004 by Erik Andersen
*
* GNU Library General Public License (LGPL) version 2 or later.
*/
#inc
vfork.c
#include
#include
#include
__pid_t
__vfork __P ((void))
{
return fork();
}
weak_alias (__vfork, vfork)
globaluserlist.cpp
#include "stdafx.h"
#include "globalUserList.h"
#include "..\Def\_OrzEx\error.h"
static CGlobalUserList s_globalUserList;
CGlobalUserList::CGlobalUserList()
: m_fixedMemory( GLOBALLIS
binfmt_elfn32.c
/*
* Support for n32 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 whi
ptrace_user.c
/*
* Copyright 2003 PathScale, Inc.
*
* Licensed under the GPL
*/
#include
#include
#include "ptrace_user.h"
#include "user.h"
#include "kern_constants.h"
int ptrace_getregs