代码搜索:Process

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

代码结果 10,000
www.eeworm.com/read/184877/5244814

c process.c

#include #include #include #include #include #include #include #include #include "dec.h" #include "cmv.h"
www.eeworm.com/read/184877/5244831

c process.c

#include "net.h" #include "cmv.h" int use_cmv = 0; struct cmv_data data; struct net ns1, ns2; void process(int argc, char *argv[]) { int port1 = 8000, port2 = 8001; char cfilename[64]; for (;;)
www.eeworm.com/read/183315/5256581

py process.py

#!/usr/bin/env python # Copyright (c) 2002-2003 ActiveState # See LICENSE.txt for license details. """ Contents of LICENSE.txt: Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/180437/5284451

s process.s

.file "process" gcc2_compiled.: ___gnu_compiled_c: .globl _current_pid .data .align 2 _current_pid: .long 1 .lcomm _inited.2,4 .text .align 2,0x90 _alloc_kernel_stack: pushl %ebp mo
www.eeworm.com/read/180437/5284452

c process.c

/***************************************************************************** * FILE: process.c * * * * DESC: * * - process handling * * - kern
www.eeworm.com/read/180437/5284472

h _process.h

#if !defined (_SYS_PROCESS_H) #define _SYS_PROCESS_H #if defined (__cplusplus) extern "C" { #endif #define P_WAIT 0 #define P_NOWAIT 1 #define P_OVERLAY 2 #define P_DEBUG 3 #define
www.eeworm.com/read/180437/5284570

h process.h

/* Copyright Rainer Schnitker 92,93 */ #ifndef _RSX_PROCESS_H #define _RSX_PROCESS_H #define N_SIGA 30 /* signal actions per process */ #define N_FILES 40 /* open files per process *
www.eeworm.com/read/179911/5292979

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

c process.c

/* $Id: process.c,v 1.33 2000/03/25 00:06:15 gniibe Exp $ * * linux/arch/sh/kernel/process.c * * Copyright (C) 1995 Linus Torvalds * * SuperH version: Copyright (C) 1999, 2000 Niibe Yutaka
www.eeworm.com/read/179911/5293140

c process.c

/* $Id: process.c,v 1.18 2000/01/29 01:41:59 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of th