代码搜索:waitpid
找到约 797 项符合「waitpid」的源代码
代码结果 797
www.eeworm.com/read/124910/6038171
c waitpid.c
/* Copyright (C) 1993,94,95,96,97,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Brendan Kehoe (brendan@zen.org).
The GNU C Library is free softwa
www.eeworm.com/read/124910/6038208
s waitpid.s
/* Copyright (C) 1993,94,95,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/124347/6050798
s waitpid.s
.globl _waitpid
.globl waitpid
_waitpid:
waitpid:
pushfl
popl %eax
orl $0x8c4,%eax
pushl %eax
popfl
movl $0x7, %eax
lcall $7,$0
jb _cerror
movl 8(%esp), %ecx
testl %ecx, %ecx
je bye
mov
www.eeworm.com/read/124347/6053528
c waitpid.c
#include
#include
#include
int
main (int argc, char **argv)
{
int pid, n;
if ((pid = fork ()) == 0)
exit (0);
sleep (2);
if ((n = waitpid (pid, NULL, 0))
www.eeworm.com/read/119864/6081192
c waitpid.c
#include
#include
#include
#include
#include
__pid_t waitpid(__pid_t pid, int *wait_stat, int options)
{
return wait4(pid, wai
www.eeworm.com/read/113399/6131703
s waitpid.s
.sect .text
.extern __waitpid
.define _waitpid
.align 2
_waitpid:
jmp __waitpid
www.eeworm.com/read/113399/6132031
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/101082/6240722
s waitpid.s
/* @(#)waitpid.s 4.1 (ULTRIX) 7/3/90 */
/* ------------------------------------------------------------------ */
/* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | */
/* |
www.eeworm.com/read/101082/6241081
c waitpid.c
/* waitpid.c */
#include "SYS.h"
SYSCALL(waitpid)
tstl 8(ap)
jeql 1f
movl r1,*8(ap)
1:
ret