代码搜索:Process

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

代码结果 10,000
www.eeworm.com/read/209559/4962646

h process.h

/* * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #ifndef __PROCESS_H__ #define __PROCESS_H__ #include extern void sig_handler(int
www.eeworm.com/read/209559/4962682

c process.c

/* * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #include #include #include #include #include #incl
www.eeworm.com/read/209559/4962760

c process.c

/* * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #include #include #include #include #include #include
www.eeworm.com/read/209559/4962805

c process.c

/* * Copyright (C) 2002 Jeff Dike (jdike@addtoit.com) * Licensed under the GPL */ #include #include #include #include #include #include
www.eeworm.com/read/209559/4962868

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/209559/4962973

c process.c

/* * linux/arch/m32r/kernel/process.c * orig : sh * * Copyright (c) 2001, 2002 Hiroyuki Kondo, Hirokazu Takata, * Hitoshi Yamamoto * Taken from sh version. *
www.eeworm.com/read/209559/4963398

c process.c

/* * 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 * Paul Mac
www.eeworm.com/read/209559/4973013

c process.c

/* * drivers/power/process.c - Functions for starting/stopping processes on * suspend transitions. * * Originally from swsusp. */ #undef DEBUG #include
www.eeworm.com/read/209211/4983528

c process.c

#include "common.h" /* make a stream to a child process */ extern stream * instream(void) { stream *rv; int pfd[2]; if ((rv = (stream *)malloc(sizeof(stream))) == 0) return 0; memset(rv, 0, si
www.eeworm.com/read/205824/5015582

c process.c

#include #include #include #define NDEBUG #include #ifdef _UNICODE #define find_execT find_execW #define argvtosT argvtosW #de