代码搜索结果

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

snoopfs.fist

%{ /* * snoopfs: warn of possible illegal use by non-root non-owners */ %} debug off; %% %op:lookup:postcall { if ((fistLastErr() == EPERM || fistLastErr() == ENOENT) && $0.owner !=

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 */ /* 注意:signal.c和fork.c文件的编译选项内不能有vc变量优化选项/Og,因为这两个文件 内的函数参数内包含了函数返回地址等内容。如果加了/Og选项,编译器就会在认为 这些参数不再使用后占用该内存,导致函数返回时出错。 math/math_emulate.c

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

cc_build_custom.log

------------------------------ dc.pjt - Custom ------------------------------ "d:\ti\c2400\cgtools\bin\dspcl" -g -as -fr"E:/works/c-dsp/total_motor/dc_motor_control/DC-OK/dc" -v2xx -@"Custom.lkf" "

dvr_node_s.h

typedef struct program/*#prog_node@*/ { UINT32 sat_id/*#masked : 1 | pos : 13@*/; UINT32 tp_id/*#masked : 1 | pos : 12@*/; UINT32 prog_id; //prog feature UINT32 level : 2; UINT32