代码搜索结果

找到约 10,000 项符合 PID 的代码

wait.c

/* * linux/lib/wait.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include #include _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) pid_t wait(i

background.c

#include "myfun.h" int background(char *buff, char *path_rec[]) { pid_t pid; int i, num; char temp[MAX/8] = "\0"; char *argv[5]; num = cmd_cut(buff, argv); for(i=0; i

mere.cpp

/************************************************************************* Mere.cpp - description ------------------- d閎ut :

main.cpp

/************************************************************************* main.cpp - description ------------------- d閎ut :

wait.c

/* * linux/lib/wait.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #define __LIBRARY__ #include #include _syscall3(pid_t,waitpid,pid_t,pid,int *,w

systemlog.cpp

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.4 the full text of which is contained in the file License.txt included in TrueCrypt binary

schedtop.c

#include #include #include #include #include #include #include #include #include #include

lib.base.c

#include #include #include #include #include #include /* Daemonize myself. */ int daemon (int nochdir, int noclose) { pid_t pid;

dcmoto.gel

//menuitem "Echo Effector" menuitem "Pid控制:速度设定输入" dialog Mdir(nParam1"key(0..1):") { Mdir=nParam1; } dialog speed(nParam2"speed(0..99):") { speed=nParam2; }

wait.c

/* * linux/lib/wait.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #define __LIBRARY__ #include #include _syscall3(pid_t,waitpid,pid_t,pid,int *,w