代码搜索结果

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

elfcore.h

#ifndef _LINUX_ELFCORE_H #define _LINUX_ELFCORE_H #include #include #include #include #include struct elf_siginfo { i

unistd.h

/*- * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, ar

wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) #define _HIGH(v) ( ((v) >> 8) & 0377) /* options for waitpid, WUNTRACED not supported */ #define WNOHAN

sim12ex9.m

function [ret,x0,str,ts,xts]=sim12p12(t,x,u,flag); %SIM12P12 is the M-file description of the SIMULINK system named SIM12P12. % The block-diagram can be displayed by typing: SIM12P12. % % SY

sim12ex8.m

function [ret,x0,str,ts,xts]=chp12sm8(t,x,u,flag); %CHP12SM8 is the M-file description of the SIMULINK system named CHP12SM8. % The block-diagram can be displayed by typing: CHP12SM8. % % SY

rfc1483.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:高明辉(roamer21cn minghuigao@263.net) 译文发布时间:2002-02-28 版

wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) #define _HIGH(v) ( ((v) >> 8) & 0377) /* options for waitpid, WUNTRACED not supported */ #define WNOHAN

usbdesc.h

#ifndef __USB_DESC_H #define __USB_DESC_H #include "DataType.h" typedef struct { U8 size; U8 type; U16 ver; U16 ver2; U8 class; U8 subclass; U8 protocol; U8 pktsize; U16 vid;

fork.c

/* * linux/kernel/fork.c * * (C) 1991 Linus Torvalds */ /* * 'fork.c' contains the help-routines for the 'fork' system call * (see also system_call.s), and some misc functions ('verify_area

ev.c

/************************************************************************ Project name: motorTest.pjt File name: ev.c Author: 胡天亮. 山东大学数控技术研究中心 Tianliang Hu, CNC Research Center, Shandong