代码搜索:Process

找到约 10,000 项符合「Process」的源代码

代码结果 10,000
www.eeworm.com/read/179911/5293365

c process.c

/* * Architecture-specific setup. * * Copyright (C) 1998-2000 Hewlett-Packard Co * Copyright (C) 1998-2000 David Mosberger-Tang */ #define __KERNEL_SYSCALLS__ /* see
www.eeworm.com/read/179911/5293513

c process.c

/* * linux/arch/arm/kernel/process.c * * Copyright (C) 1996-2000 Russell King - Converted to ARM. * Origional Copyright (C) 1995 Linus Torvalds * * This program is free software; you can red
www.eeworm.com/read/179911/5293677

c process.c

/* $Id: process.c,v 1.113 2000/11/08 08:14:58 davem Exp $ * arch/sparc64/kernel/process.c * * Copyright (C) 1995, 1996 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1996 Eddie
www.eeworm.com/read/179911/5293889

c process.c

/* * linux/arch/m68k/kernel/process.c * * Copyright (C) 1995 Hamish Macdonald * * 68060 fixes by Jesper Skov */ /* * This file handles the architecture-dependent parts of process handling.
www.eeworm.com/read/179911/5294008

c process.c

/* * linux/arch/alpha/kernel/process.c * * Copyright (C) 1995 Linus Torvalds */ /* * This file handles the architecture-dependent parts of process handling. */ #include #in
www.eeworm.com/read/179911/5294085

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/179911/5294158

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/179911/5294318

c process.c

/* $Id: process.c,v 1.154 2000/10/05 06:12:57 anton 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/179911/5294412

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/179911/5294548

c process.c

/* * $Id: process.c,v 1.97 1999/09/14 19:07:42 cort Exp $ * * linux/arch/ppc/kernel/process.c * * Derived from "arch/i386/kernel/process.c" * Copyright (C) 1995 Linus Torvalds * * Updat