代码搜索:fork
找到约 4,354 项符合「fork」的源代码
代码结果 4,354
www.eeworm.com/read/124426/6047739
java fork.java
package org.jbpm.model.definition;
public interface Fork extends Node {
Join getCorrespondingJoin();
}
www.eeworm.com/read/124347/6050833
s fork.s
.globl _fork
.globl fork
_fork:
fork:
movl $2, %eax
lcall $7,$0
jb _cerror
testl %edx, %edx
je bye
xorl %eax,%eax
bye:
ret
www.eeworm.com/read/124347/6050878
c fork.c
#include
#include
#include
#include "sys/syscall.h"
int errno;
int __trap0 (int function, int p1, int p2, int p3);
#define TRAP0(f, p1, p2, p3) __trap0(f, (int)
www.eeworm.com/read/124347/6050914
c fork.c
#include
#include
#include
#include "sys/syscall.h"
int errno;
int __trap0 ();
#define TRAP0(f, p1, p2, p3) __trap0(f, (p1), (p2), (p3))
int
_fork ()
{
retur
www.eeworm.com/read/124347/6051410
c fork.c
/* fork stub for MMIXware.
Copyright (C) 2001 Hans-Peter Nilsson
Permission to use, copy, modify, and distribute this software is
freely granted, provided that the above copyright notice, t
www.eeworm.com/read/124347/6053160
cc fork.cc
/* fork.cc
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the
Cygwin license. Plea
www.eeworm.com/read/119864/6080975
c fork.c
/*
* uC-libc/sysdeps/linux/powerpc/fork.c
* fork() implementation for powerpc
*
* Copyright (C) 2001 by Lineo, Inc.
* Author: David A. Schleef
*
* This program is free software
www.eeworm.com/read/119864/6081292
c fork.c
/* vi: set sw=4 ts=4: */
/*
* fork for uClibc
*
* Copyright (C) 2000 by Lineo, inc. Written by Erik Andersen
* ,
*
* This program is free software; you
www.eeworm.com/read/119864/6082053
c fork.c
/* vi: set sw=4 ts=4: */
/*
* fork test for uClibc
*
* Copyright (C) 1999,2000 by Lineo, inc. Written by Erik Andersen
* ,
*
* This program is free sof
www.eeworm.com/read/113399/6131744
s fork.s
.sect .text
.extern __fork
.define _fork
.align 2
_fork:
jmp __fork