代码搜索:waitpid

找到约 797 项符合「waitpid」的源代码

代码结果 797
www.eeworm.com/read/352754/10515024

c 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
www.eeworm.com/read/159625/10632435

c 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
www.eeworm.com/read/273025/10931071

c 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
www.eeworm.com/read/416039/11043730

c wait.c

#define __LIBRARY__ #include #include _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) pid_t wait(int * wait_stat) { return waitpid(-1,wait_stat,0); }
www.eeworm.com/read/469281/6980022

c wait.c

/* * linux/lib/wait.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include // Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。 // 如定义了__LIBRARY__,则还包括系统调用号和内嵌汇编_syscall0()等。 #include
www.eeworm.com/read/465763/7045210

c 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
www.eeworm.com/read/378796/7069914

c wait.c

/* * linux/lib/wait.c * * (C) 1991 Linus Torvalds * * 该程序包括函数waitpid()和wait()。这两个函数允许进程获取与其子进程之一的状态信息。 * 各种选项允许获取已经终止或停止的子进程状态信息。如果存在两个或两个以上子进程的状态 * 信息,则报告的顺序是不指定的。 * wait()将挂起当
www.eeworm.com/read/461143/7232730

c wait.c

#define __LIBRARY__ #include #include _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) pid_t wait(int * wait_stat) { return waitpid(-1,wait_stat,0); }
www.eeworm.com/read/454275/7395276

c 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
www.eeworm.com/read/446156/7584923

c 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