代码搜索:waitpid
找到约 797 项符合「waitpid」的源代码
代码结果 797
www.eeworm.com/read/482748/6622048
c waitpid.c
/*waitpid.c*/
#include
#include
#include
#include
#include
int main()
{
pid_t pc,pr;
pc=fork();
if(pc
www.eeworm.com/read/410380/11289075
c waitpid.c
#include
#include
pid_t
waitpid (pid_t pid, int *status, int options)
{
#if defined(HAVE_WAIT4)
return wait4 (pid, status, options, (struct rusage *)0);
#elif defined(HAVE
www.eeworm.com/read/404613/11481480
c waitpid.c
#include
#include
#include
#include
#include
int main()
{
pid_t pc,pr;
pc=fork();
if(pc
www.eeworm.com/read/404612/11481523
c waitpid.c
#include
#include
#include
#include
#include
int main()
{
pid_t pc,pr;
pc=fork();
if(pc
www.eeworm.com/read/130965/14165548
c waitpid.c
#include
#include
pid_t
waitpid (pid_t pid, int *status, int options)
{
#if defined(HAVE_WAIT4)
return wait4 (pid, status, options, (struct rusage *)0);
#elif defined(HAVE
www.eeworm.com/read/229459/14337288
c waitpid.c
/*waitpid.c*/
#include
#include
#include
#include
#include
int main()
{
pid_t pc,pr;
pc=fork();
if(pc
www.eeworm.com/read/470917/1440152
c waitpid.c
/* Copyright (C) 1991,95,96,97,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under
www.eeworm.com/read/470917/1440869
c waitpid.c
/* Copyright (C) 1991,92,95,96,97,2002,2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify i