代码搜索:waitpid
找到约 797 项符合「waitpid」的源代码
代码结果 797
www.eeworm.com/read/167046/5470342
c waitpid.c
#include
#include
#include
#include
#include
__pid_t __libc_waitpid(__pid_t pid, int *wait_stat, int options)
{
return wait4(p
www.eeworm.com/read/163821/5508742
c waitpid.c
#include
#include
#include
#include
#include
__pid_t __libc_waitpid(__pid_t pid, int *wait_stat, int options)
{
return wait4(p
www.eeworm.com/read/340665/3269210
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/324136/3506377
c waitpid.c
/*
* waitpid.c --
*
* This procedure emulates the POSIX waitpid kernel call on
* BSD systems that don't have waitpid but do have wait3.
* This code is based on a prototype version written by
*
www.eeworm.com/read/322306/3525898
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/321483/3534679
t waitpid.t
BEGIN {
chdir 't' if -d 't';
unshift @INC, '../lib';
}
BEGIN {
use Config;
unless ($Config{d_fork}) {
print "1..0 # Skip: no fork\n";
exit 0;
}
eval 'use POSIX qw(sys_wait_h)';
www.eeworm.com/read/320652/3543542
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/320652/3544194
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
www.eeworm.com/read/313224/3644441
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 595 "../../lib/POSIX.pm (autosplit into ../../lib/auto/
www.eeworm.com/read/304222/3802251
s waitpid.s
.sect .text
.extern __waitpid
.define _waitpid
.align 2
_waitpid:
jmp __waitpid