代码搜索:fork
找到约 4,354 项符合「fork」的源代码
代码结果 4,354
www.eeworm.com/read/246537/4493948
c child04.c
#include "unp.h"
pid_t
child_make(int i, int listenfd, int addrlen)
{
pid_t pid;
void child_main(int, int, int);
if ( (pid = Fork()) > 0)
return(pid); /* parent */
child_main(i, listenfd, ad
www.eeworm.com/read/246537/4493959
c child02m.c
#include "unp.h"
pid_t
child_make(int i, int listenfd, int addrlen)
{
pid_t pid;
void child_main(int, int, int);
if ( (pid = Fork()) > 0)
return(pid); /* parent */
child_main(i, listenfd, ad
www.eeworm.com/read/246537/4493962
c child03.c
#include "unp.h"
pid_t
child_make(int i, int listenfd, int addrlen)
{
pid_t pid;
void child_main(int, int, int);
if ( (pid = Fork()) > 0)
return(pid); /* parent */
child_main(i, listenfd, ad
www.eeworm.com/read/246537/4493965
c child03m.c
#include "unp.h"
pid_t
child_make(int i, int listenfd, int addrlen)
{
pid_t pid;
void child_main(int, int, int);
if ( (pid = Fork()) > 0)
return(pid); /* parent */
child_main(i, listenfd, ad
www.eeworm.com/read/240943/4564624
mh nbsdaout.mh
# Host: NetBSD/sparc a.out
NATDEPFILES= fork-child.o inf-ptrace.o \
sparc-nat.o sparcnbsd-nat.o bsd-kvm.o solib-sunos.o
NAT_FILE= nm-nbsd.h
LOADLIBES= -lkvm
www.eeworm.com/read/240943/4564865
mh nbsdaout.mh
# Host: NetBSD/sparc a.out
NATDEPFILES= fork-child.o inf-ptrace.o \
sparc-nat.o sparcnbsd-nat.o bsd-kvm.o solib-sunos.o
NAT_FILE= nm-nbsd.h
LOADLIBES= -lkvm
www.eeworm.com/read/213039/4930794
cpp timers.cpp
// Timers.cpp,v 1.2 2004/01/09 21:59:06 shuston Exp
#include "ace/config.h"
#if !defined (ACE_LACKS_FORK)
#include "ace/streams.h"
#include
#include
#include
www.eeworm.com/read/209559/4971743
h unistd.h
#ifndef _ASM_H8300_UNISTD_H_
#define _ASM_H8300_UNISTD_H_
/*
* This file contains the system call numbers.
*/
#define __NR_exit 1
#define __NR_fork 2
#define __NR_read 3
#define __NR_writ
www.eeworm.com/read/200278/5070739
c ptyfork.c
#include "apue.h"
#include
#ifndef TIOCGWINSZ
#include
#endif
pid_t
pty_fork(int *ptrfdm, char *slave_name, int slave_namesz,
const struct termios *slave_termios,
cons
www.eeworm.com/read/195013/5120722
h unistd.h
#ifndef _ASM_I386_UNISTD_H_
#define _ASM_I386_UNISTD_H_
/*
* This file contains the system call numbers.
*/
#define __NR_exit 1
#define __NR_fork 2
#define __NR_read 3
#define __NR_write