代码搜索结果
找到约 10,000 项符合
PID 的代码
pid.tests
test `(echo $$)` = `echo $$`; echo $?
pid.java
/**
* Copyright (c) 2009, Ben Fortuna
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi
pid.c
#include
#include
#include
void SigChild(int nSignal)
{
pid_t pid_t;
int nState;
while ((pid_t = waitpid(-1, &nState, WNOHANG)) > 0) ;
signal(SIGCLD, SigChild);
pid.h
#ifndef _LINUX_PID_H
#define _LINUX_PID_H
#include
enum pid_type
{
PIDTYPE_PID,
PIDTYPE_PGID,
PIDTYPE_SID,
PIDTYPE_MAX
};
/*
* What is struct pid?
*
* A struct pid is the
pid.h
/*
* PID Force feedback support for hid devices.
*
* Copyright (c) 2002 Rodrigo Damazio.
*/
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t
pid.c
/*
* PID Force feedback support for hid devices.
*
* Copyright (c) 2002 Rodrigo Damazio.
* Portions by Johann Deneux and Bjorn Augustson
*/
/*
* This program is free software; you can redist
at_pid.9
.TH AT_PID "9" "2007-05-12" "EMC Documentation" "HAL Component"
.de TQ
.br
.ns
.TP \\$1
..
.SH NAME
at_pid \- proportional/integral/derivative controller with auto tuning
.SH SYNOPSIS
\fBloadrt at_pi
pid.9
.TH PID "9" "2007-01-16" "EMC Documentation" "HAL Component"
.de TQ
.br
.ns
.TP \\$1
..
.SH NAME
pid \- proportional/integral/derivative controller
.SH SYNOPSIS
\fBloadrt pid num_chan=\fInum\fR [\fBd
pid.c
/********************************************************************
* Description: pid.c
* This file, 'pid.c', is a HAL component that provides
* Proportional/Integeral
at_pid.c
/******************************************************************************
*
* Copyright (C) 2003 John Kasunich
* Copyright (C) 2007 Peter G. Vava