代码搜索:fork
找到约 4,354 项符合「fork」的源代码
代码结果 4,354
www.eeworm.com/read/309211/3706484
c fork.c
/*
* linux/kernel/fork.c
*
* (C) 1991 Linus Torvalds
*/
/*
* 'fork.c' contains the help-routines for the 'fork' system call
* (see also system_call.s), and some misc functions ('verify_area
www.eeworm.com/read/306178/3750556
c fork.c
// fork.c
#include
#ifdef AS_FEATURE
#include
#else
inherit EQUIP;
#endif
varargs void init_fork(int damage, int flag)
{
if( clonep(this_object()) ) return;
set("weapon_prop
www.eeworm.com/read/306178/3756299
c fork.c
// fork.c
#include
inherit CLUB;
void create()
{
set_name("三股叉", ({ "sangu cha" }));
set_weight(5000);
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "杆");
set("
www.eeworm.com/read/305703/3770985
h fork.h
/* MShowTec - www.mshowtec.com
** msLinux fork.h ver1.0
** 20051221 lmjx create limiao@mshowtec.com
**
*/
#ifndef MSLINUX_FORK_H
#define MSLINUX_FORK_H
#include "Align.h"
#define TASK_I
www.eeworm.com/read/305703/3770991
c fork.c
/* MShowTec - www.mshowtec.com
** msLinux fork.c ver1.0
** 20051221 lmjx create limiao@mshowtec.com
**
*/
#define MSLINUX_FORK_C
#include "sched.h"
#include "errno.h"
#include "malloc.h"
www.eeworm.com/read/304222/3802292
s fork.s
.sect .text
.extern __fork
.define _fork
.align 2
_fork:
jmp __fork
www.eeworm.com/read/304222/3802612
c _fork.c
#include
#define fork _fork
#include
PUBLIC pid_t fork()
{
message m;
return(_syscall(MM, FORK, &m));
}
www.eeworm.com/read/298657/3859931
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/298657/3859938
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)