代码搜索结果
找到约 10,000 项符合
PID 的代码
monitor_c.txt
/* $OpenBSD: monitor.c,v 1.18 2008/06/30 12:03:51 ragge Exp $ */
/*
* Copyright (c) 2004 Moritz Jodeit
*
* Permission to use, copy, modify, and distribute this software f
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
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
child.h
typedef struct {
pid_t child_pid; /* process ID */
int child_pipefd; /* parent's stream pipe to/from child */
int child_status; /* 0 = ready */
long child_count; /* #connections handled *
cli_init.c
/************************************************************************
Copyright 200X - 200X+1.
filename : CLI_Init.c
description : 本文件实现命令行模块主要部分的初始化操作
author : Woodhead
mo
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
test15_d.c
#include "test15.h"
void resource_free();
void sig_pause();
void sig_kill();
int b_pause;
int shm_id;
struct PInfo *shm_addr;
int main(int argc, char *argv[])
{
int pid;
long i, N;
shm_id = shmge
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
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
main8.h
/***************************************/
unsigned char num_H=0; //存储记数高字节,低字节
signed int Num_Speed = 0;
unsigned char PID_choice = 0xFF; //
/*×××××××××××××××××××××××××××××××××××××××*/
//I