代码搜索结果

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

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

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

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

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

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

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

bldc_ti.c

/* ============================================================================== System Name: BLDC3_2 File Name: BLDC_TI.C Description: Peripheral independent object for the implementation o

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'). * Fork

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