代码搜索:fork

找到约 4,354 项符合「fork」的源代码

代码结果 4,354
www.eeworm.com/read/145991/5741632

s fork.s

/ int fork ( void ) .globl _fork _fork: movw $0x7f1c, %ax int $0x21 jecxz 1f movl %ecx, _errno 1: ret
www.eeworm.com/read/145991/5741779

c fork.c

/* orginal written by E. Mattes */ #include #include #include #include #ifdef __EMX__ #include #include #else #include
www.eeworm.com/read/144216/5752607

t fork.t

#!./perl # tests for both real and emulated fork() BEGIN { chdir 't' if -d 't'; @INC = '../lib'; require Config; import Config; unless ($Config{'d_fork'} or ($^O eq 'MSWin32' an
www.eeworm.com/read/141295/5774070

c fork.c

/* Redefinition of the fork() system call, so that we can make sure * that ownership for SIGIO goes to the right process */ #include #include #include pid_t __w
www.eeworm.com/read/136812/5857421

s fork.s

/* @(#)fork.s 1.1 92/07/30 SMI; from UCB 4.1 82/12/04 */ #include "SYS.h" SYSCALL(fork) #if vax jlbc r1,1f /* parent, since r1 == 0 in parent, 1 in child */ clrl r0 1: #endif #if sun tstl d1 beq
www.eeworm.com/read/136812/5857449

s fork.s

! ! "@(#)fork.s 1.1 92/07/30" ! Copyright (c) 1986 by Sun Microsystems, Inc. ! .seg "text" #include "SYS.h" /* * pid = fork(); * * r1 == 0 in parent process, r1 == 1 in child process. * r
www.eeworm.com/read/136072/5874270

c fork.c

/* vi: set sw=4 ts=4: */ /* * fork() for uClibc * * Copyright (C) 2000-2004 by Erik Andersen * * GNU Library General Public License (LGPL) version 2 or later. */ #includ
www.eeworm.com/read/136072/5874672

s fork.s

/* Copyright (C) 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Miguel de Icaza , 1997. The GNU C Library is free sof
www.eeworm.com/read/136072/5874705

c fork.c

#include #define __NR___libc_fork __NR_fork SYSCALL__ (__libc_fork, 0) /* R1 is now 0 for the parent and 1 for the child. Decrement it to make it -1 (all bits set) for the parent, an
www.eeworm.com/read/134009/5895759

al fork.al

# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit again. # See AutoSplit.pm. package POSIX; #line 653 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/f