代码搜索:fork
找到约 4,354 项符合「fork」的源代码
代码结果 4,354
www.eeworm.com/read/392548/2495214
makefile
.c.o:
GCC -c -O -Wall $<
.s.o:
GCC -c -O $<
OBJ = SPAWNVE.o \
GETPID.o \
FORK.o \
GETPPID.o \
KILL.o \
PTRACE.o \
RAISE.o \
SIGNAL.o \
www.eeworm.com/read/357083/3031802
h unistd.h
#ifndef _ALPHA_UNISTD_H
#define _ALPHA_UNISTD_H
#define __NR_osf_syscall 0 /* not implemented */
#define __NR_exit 1
#define __NR_fork 2
#define __NR_read 3
#define __NR_write 4
#define
www.eeworm.com/read/261580/4321308
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= solib.h
LOADLIBES= -lkvm
www.eeworm.com/read/473571/6846512
c showmount.c
#include
#include
#include
#include
#include
showmount(char *host)
{
time_t timev, timecheck;
pid_t pid;
time(&timev);
pid = fork();
if (pid != 0)
www.eeworm.com/read/335286/12541183
v wave2.v
`timescale 10ns/1ns
module wave2;
reg wave;
parameter cycle=5;
initial
fork
wave=0;
#(cycle) wave=1;
#(2*cycle) wave=0;
#(3*cycle) wave=1;
#(4*cycle) wave=0;
#(5*cycle) wave=
www.eeworm.com/read/146449/12647693
v wave2.v
`timescale 10ns/1ns
module wave2;
reg wave;
parameter cycle=5;
initial
fork
wave=0;
#(cycle) wave=1;
#(2*cycle) wave=0;
#(3*cycle) wave=1;
#(4*cycle) wave=0;
#(5*cycle) wave=
www.eeworm.com/read/300713/13897186
v wave2.v
`timescale 10ns/1ns
module wave2;
reg wave;
parameter cycle=5;
initial
fork
wave=0;
#(cycle) wave=1;
#(2*cycle) wave=0;
#(3*cycle) wave=1;
#(4*cycle) wave=0;
#(5*cycle) wave=
www.eeworm.com/read/235601/14062260
c wserver2.c
/* A simple HTTPS server */
#include "common.h"
#include "server.h"
static int client_auth=0;
static int fork_child=1;
static char *ciphers=0;
#define CLIENT_AUTH_REQUEST 1
#define CLIENT_AUTH_REQUI
www.eeworm.com/read/132791/14072832
v wave2.v
`timescale 10ns/1ns
module wave2;
reg wave;
parameter cycle=5;
initial
fork
wave=0;
#(cycle) wave=1;
#(2*cycle) wave=0;
#(3*cycle) wave=1;
#(4*cycle) wave=0;
#(5*cycle) wave=
www.eeworm.com/read/203569/15355578
v wave2.v
`timescale 10ns/1ns
module wave2;
reg wave;
parameter cycle=5;
initial
fork
wave=0;
#(cycle) wave=1;
#(2*cycle) wave=0;
#(3*cycle) wave=1;
#(4*cycle) wave=0;
#(5*cycle) wave=