代码搜索结果

找到约 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

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

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.c.bak

/* * 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

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

debug.lkf

-z -q -c -m"./Debug/time.map" -o"./Debug/time.out" -stack0x400 -w -x -i"../../DSP281x_headers/include" -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/rtdx/lib" -i"C:/ti2000/c2000/cgtools/lib" -l"rts2

cc_build_debug.log

------------------------------ PID.pjt - Debug ------------------------------ [DSP281x_CodeStartBranch.asm] "C:\ti2000\c2000\cgtools\bin\cl2000" -g -q -pdr -fr"C:/ti2000/myprojects/ICETEK-F2812-A-E

debug.lkv

-z -q -c -m"./Debug/time.map" -o"./Debug/time.out" -stack0x400 -w -x -i"../../DSP281x_headers/include" -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/rtdx/lib" -i"C:/ti2000/c2000/cgtools/lib" -l"rts2

findmheg.c

/* * findmheg.c */ /* * Copyright (C) 2005, Simon Kilvington * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as p