代码搜索:fork

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

代码结果 4,354
www.eeworm.com/read/351171/3110559

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'). * Fork
www.eeworm.com/read/252366/4408322

s fork.s

.sect .text .extern __fork .define _fork .align 2 _fork: jmp __fork
www.eeworm.com/read/252366/4408642

c _fork.c

#include #define fork _fork #include PUBLIC pid_t fork() { message m; return(_syscall(MM, FORK, &m)); }
www.eeworm.com/read/162574/5540779

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/162574/5540785

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/473341/6851394

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/295249/8175903

html fork.html

www.eeworm.com/read/193417/8231512

ico fork.ico

www.eeworm.com/read/292514/8349891

class fork.class

www.eeworm.com/read/174274/9598710

c fork.c

/* * 'fork.c' contains the help-routines for the 'fork' system call * (see also system_call.s), and some misc functions ('verify_area'). * Fork is rather simple, once you get the hang of it, but t