代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/136072/5874280
c sched_rr_get_interval.c
/* vi: set sw=4 ts=4: */
/*
* sched_rr_get_interval() for uClibc
*
* Copyright (C) 2000-2004 by Erik Andersen
*
* GNU Library General Public License (LGPL) version 2 or la
www.eeworm.com/read/110034/6171035
h ipt_owner.h
#ifndef _IPT_OWNER_H
#define _IPT_OWNER_H
/* match and invert flags */
#define IPT_OWNER_UID 0x01
#define IPT_OWNER_GID 0x02
#define IPT_OWNER_PID 0x04
#define IPT_OWNER_SID 0x08
struct ipt_owner_in
www.eeworm.com/read/102935/6229751
h ipt_owner.h
#ifndef _IPT_OWNER_H
#define _IPT_OWNER_H
/* match and invert flags */
#define IPT_OWNER_UID 0x01
#define IPT_OWNER_GID 0x02
#define IPT_OWNER_PID 0x04
#define IPT_OWNER_SID 0x08
struct ipt_owner_in
www.eeworm.com/read/100926/6263662
inl sched.inl
/* sched.inl,v 1.9 2000/08/15 03:31:20 luther Exp -*- C -*-
* =============================================================================
*
* = LIBRARY
* pace
*
* = FILENAME
*
www.eeworm.com/read/230031/14308395
lst main.lst
C51 COMPILER V8.08 MAIN 06/30/2007 15:58:44 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN Ma
www.eeworm.com/read/167046/5470276
c sched_rr_get_interval.c
/* vi: set sw=4 ts=4: */
/*
* sched_rr_get_interval() for uClibc
*
* Copyright (C) 2000-2004 by Erik Andersen
*
* GNU Library General Public License (LGPL) version 2 or la
www.eeworm.com/read/152843/5659938
h task.h
#ifndef __TASK_H
#define __TASK_H
#include
#define TASK_REGS(task) ((union uml_pt_regs *) &(((char *) (task))[HOST_TASK_REGS]))
#define TASK_PID(task) *((int *) &(((char *) (task)
www.eeworm.com/read/292684/8341149
c keyborde.c
#include "keyborde.h"
GR_IMAGE_ID loadimage(char *image_path)
{
GR_IMAGE_ID image_id;
if(!(image_id = GrLoadImageFromFile(image_path, 0)))
{
fprintf(stderr, "Failed to load image file \
www.eeworm.com/read/109477/15556411
h ipt_owner.h
#ifndef _IPT_OWNER_H
#define _IPT_OWNER_H
/* match and invert flags */
#define IPT_OWNER_UID 0x01
#define IPT_OWNER_GID 0x02
#define IPT_OWNER_PID 0x04
#define IPT_OWNER_SID 0x08
struct ipt_owner_in
www.eeworm.com/read/192259/8391044
c fork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
char buf[] = "a write to stdout\n";
int
main(void)
{
int var; /* automatic variable