代码搜索:fork
找到约 4,354 项符合「fork」的源代码
代码结果 4,354
www.eeworm.com/read/470917/1441207
s fork.s
/* Copyright (C) 1997, 1999, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Miguel de Icaza , 1997.
The GNU C Library is fr
www.eeworm.com/read/470917/1441457
s fork.s
/* Copyright (C) 1991,92,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 und
www.eeworm.com/read/470917/1441465
s fork.s
/* Copyright (C) 1991, 92, 94, 95, 97, 99, 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
modi
www.eeworm.com/read/470917/1442778
c fork.c
/* Copyright (C) 1994,1995,1996,1997,1999,2001,2002,2004,2005,2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribu
www.eeworm.com/read/460691/1558117
al fork.al
# NOTE: Derived from ..\..\lib\POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 822 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto/PO
www.eeworm.com/read/248665/4465744
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/248665/4465848
c fork.c
/* orginal written by E. Mattes */
#include
#include
#include
#include
#ifdef __EMX__
#include
#include
#else
#include
www.eeworm.com/read/243634/4519912
c fork.c
/* File: fork.c */
#include
#include
int main(int argc, char **argv)
{
pid_t child_pid;
int child_status;
//建立新进程
child_pid = fork();
//根据返回值判断是否成功, 如果成功
www.eeworm.com/read/237551/4623107
c fork.c
/* Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Martin Schwidefsky , 2003.
The GNU C Library is free softw
www.eeworm.com/read/237551/4623130
c fork.c
/* Copyright (C) 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 it under the terms of t