代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/147766/5722761
c process.c
/*
* linux/arch/parisc/kernel/process.c
* based on the work for i386
*/
/*
* This file handles the architecture-dependent parts of process handling..
*/
#define __KERNEL_SYSCALLS__
#include
www.eeworm.com/read/147766/5722878
c process.c
/*
* arch/s390/kernel/process.c
*
* S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
*
www.eeworm.com/read/147766/5722934
c process.c
/*
* linux/arch/i386/kernel/process.c
*
* Copyright (C) 1995 Linus Torvalds
*
* Pentium III FXSR, SSE support
* Gareth Hughes , May 2000
*/
/*
* This file handles the
www.eeworm.com/read/147766/5723094
c process.c
/* $Id: process.c,v 1.158 2001/11/26 23:45:00 davem Exp $
* linux/arch/sparc/kernel/process.c
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1996 Eddie C. Dost
www.eeworm.com/read/147766/5723199
c process.c
/* $Id: process.c,v 1.23 2002/10/14 18:29:27 johana Exp $
*
* linux/arch/cris/kernel/process.c
*
* Copyright (C) 1995 Linus Torvalds
* Copyright (C) 2000, 2001 Axis Communications AB
*
*
www.eeworm.com/read/147766/5723263
c process.c
/*
* linux/arch/x86-64/kernel/process.c
*
* Copyright (C) 1995 Linus Torvalds
*
* Pentium III FXSR, SSE support
* Gareth Hughes , May 2000
*
* X86-64 port
* Andi Kle
www.eeworm.com/read/147766/5723355
c process.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1994
www.eeworm.com/read/147766/5723569
c process.c
/*
* linux/arch/ppc/kernel/process.c
*
* Derived from "arch/i386/kernel/process.c"
* Copyright (C) 1995 Linus Torvalds
*
* Updated and modified by Cort Dougan (cort@cs.nmt.edu) and
* Pa
www.eeworm.com/read/147331/5731060
c process.c
/* libc/sys/linux/process.c - Process-related system calls */
/* Written 2000 by Werner Almesberger */
#include
#include
#include
#define __NR__exi
www.eeworm.com/read/147331/5732465
h process.h
/* process.h. This file comes with MSDOS and WIN32 systems. */
#ifndef __PROCESS_H_
#define __PROCESS_H_
#ifdef __cplusplus
extern "C" {
#endif
int execl(const char *path, const char *argv0, ...)