代码搜索:waitpid
找到约 797 项符合「waitpid」的源代码
代码结果 797
www.eeworm.com/read/358128/3000229
al waitpid.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;
#line 618 "../../lib/POSIX.pm (autosplit into ../../lib/auto/
www.eeworm.com/read/252366/4408281
s waitpid.s
.sect .text
.extern __waitpid
.define _waitpid
.align 2
_waitpid:
jmp __waitpid
www.eeworm.com/read/252366/4408609
c _waitpid.c
#include
#define waitpid _waitpid
#include
PUBLIC pid_t waitpid(pid, status, options)
pid_t pid;
int *status;
int options;
{
message m;
m.m1_i1 = pid;
m.m1_i2
www.eeworm.com/read/300738/13895304
c waitpid.c
/*waitpid.c*/
#include
#include
#include
#include
#include
int main()
{
pid_t pc,pr;
pc=fork();
if(pc
www.eeworm.com/read/200284/15435858
c waitpid.c
/*waitpid.c*/
#include
#include
#include
#include
#include
int main()
{
pid_t pc,pr;
pc=fork();
if(pc
www.eeworm.com/read/200284/15435894
c waitpid.c
/*waitpid.c*/
#include
#include
#include
#include
#include
int main()
{
pid_t pc,pr;
pc=fork();
if(pc
www.eeworm.com/read/275885/10786810
c waitpid1.c
/***************
// name : waitpid1.c
// author : pyy
// date : 2007-11-22
************/
#include
#include
#include
#include
#include
void di
www.eeworm.com/read/441132/7675575
c bsd-waitpid.c
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must ret
www.eeworm.com/read/441132/7675610
h bsd-waitpid.h
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must ret