代码搜索结果

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

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

report_device.c

volatile int *grtestmod = (volatile int *) 0x20000000; report_start() { if (!get_pid()) grtestmod[4] = 1; } report_end() { grtestmod[5] = 1; } report_device(int dev) { grtestmod[0] = dev; } re

leon3_test.c

#include "testmod.h" leon3_test(int domp, volatile int *irqmp, int mtest) { int tmp, i; if (!get_pid()) report_device(0x01003000); if (domp) mptest_start(irqmp); report_subtest(REGFILE+(get_pi

webdisk.h

// // sproxy.exe generated file // do not modify this file // // Created: 04/18/2007@14:44:55 // #pragma once #if !defined(_WIN32_WINDOWS) && !defined(_WIN32_WINNT) && !defined(_WIN32_WCE

asa_usr.c

/*********************************************************************** * Adaptive Simulated Annealing (ASA) * Lester Ingber * Copyright (c) 1993-2007 Lester Ingber. All Right

fork.c

/* * 'fork.c' contains the help-routines for the 'fork' system call * (see also system_call.s), and some misc functions ('verify_area'). * Fork is rather simple, once you get the hang of it, but t

sched_setscheduler.c

/* vi: set sw=4 ts=4: */ /* * sched_setscheduler() for uClibc * * Copyright (C) 2000-2004 by Erik Andersen * * GNU Library General Public License (LGPL) version 2 or later

usb_pd_sie.h

///////////////////////////////////////////////////////////////////// //// //// //// USB Packet Disassembler

cpu.h

/* DO NOT EDIT THIS FILE. It has been auto-edited by fixincludes from: "fixinc/tests/inc/machine/cpu.h" This had to be done to correct non-standard usages in the original, manufacture

sockios.h

#ifndef _ASM_PPC_SOCKIOS_H #define _ASM_PPC_SOCKIOS_H #if 0 /* These are defined this way on Alpha - maybe later. */ /* Socket-level I/O control calls. */ #define FIOGETOWN _IOR('f', 123, int)