代码搜索:fork

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

代码结果 4,354
www.eeworm.com/read/196926/5100162

h syscall.h

/* This file is copied from newlib. Do not edit this alone. */ #define SYS_exit 1 #define SYS_fork 2 #define SYS_read 3 #define SYS_write 4 #define SYS_open 5 #define SYS_close 6 #define SYS_wait4
www.eeworm.com/read/196550/5101842

h syscall.h

/* This file is copied from newlib. Do not edit this alone. */ #define SYS_exit 1 #define SYS_fork 2 #define SYS_read 3 #define SYS_write 4 #define SYS_open 5 #define SYS_close 6 #define SYS_wait4
www.eeworm.com/read/192230/5158770

mh nbsd.mh

# Host: PC532 running NetBSD XDEPFILES= ser-tcp.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o ns32knbsd-nat.o
www.eeworm.com/read/192230/5159050

mh apollo68b.mh

# Host: Apollo m68k, BSD mode. XM_FILE= xm-apollo68b.h XDEPFILES= NAT_FILE= nm-apollo68b.h NATDEPFILES= infptrace.o inftarg.o fork-child.o a68v-nat.o
www.eeworm.com/read/192230/5159114

mh cxux.mh

# Host: Motorola 88k running CX/UX XM_FILE= xm-cxux.h XDEPFILES= NAT_FILE= nm-cxux.h NATDEPFILES= infptrace.o inftarg.o fork-child.o cxux-nat.o corelow.o core-aout.o
www.eeworm.com/read/192230/5159183

mh nbsd.mh

# Host: Intel 386 running NetBSD XDEPFILES= ser-tcp.o NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h
www.eeworm.com/read/192230/5159256

mh symmetry.mh

# Host: Sequent Symmetry running Dynix 3.0, with Weitek 1167 or i387. XDEPFILES= XM_FILE= xm-symmetry.h NAT_FILE= nm-symmetry.h NATDEPFILES= inftarg.o fork-child.o corelow.o core-aout.o symm-nat.o
www.eeworm.com/read/189320/5196793

cpp timers.cpp

// Timers.cpp,v 1.6 2005/05/27 20:35:37 michel_j Exp #include "ace/config-all.h" #include "ace/OS_main.h" #if !defined (ACE_LACKS_FORK) #include "ace/streams.h" #include #include
www.eeworm.com/read/184888/5244689

examples openser.examples

examples/acc.cfg examples/ctd.sh examples/exec_s5.cfg examples/logging.cfg examples/msilo.cfg examples/fork.cfg examples/pstn.cfg examples/redirect.cfg examples/replicate.cfg examples/serial_183.cfg e
www.eeworm.com/read/162789/5514546

h system_call.h

#ifndef _system_call_h_ #define _system_call_h_ #include extern pid_t sys_fork(); extern void sys_print_msg(); extern int sys_read(u32 fd, char * buf, count_t count); ext