代码搜索:fork
找到约 4,354 项符合「fork」的源代码
代码结果 4,354
www.eeworm.com/read/183001/5258989
c fork_process.c
/*
* fork_process.c
* A simple wrapper on top of fork(). This does not handle the
* EXEC_BACKEND case; it might be extended to do so, but it would be
* considerably more complex.
*
* Copyrigh
www.eeworm.com/read/183001/5259697
h fork_process.h
/*-------------------------------------------------------------------------
*
* fork_process.h
* Exports from postmaster/fork_process.c.
*
* Copyright (c) 1996-2005, PostgreSQL Global Developme
www.eeworm.com/read/177351/5328501
c scalar_fork.c
#include "scalar.h"
int main(void)
{
int res;
// All __NR_xxx numbers are taken from x86
// __NR_fork 2 --> arch/sys_fork()
GO(__NR_fork, "0e");
SY(__NR_fork);
return(0);
}
www.eeworm.com/read/344386/3211013
pl fork_big.pl
#!/usr/bin/perl -w
#
# This is a test with uses many processes to test a MySQL server.
#
# Tested a lot with: --threads=30
$opt_loop_count=500000; # Change this to make test harder/easier
#########
www.eeworm.com/read/342738/3229243
d alt_fork.d
obj/alt_fork.o: \
/cygdrive/d/altera/70/nios2eds/components/altera_hal/HAL/src/alt_fork.c \
/cygdrive/d/altera/70/ip/nios2_ip/altera_nios2/HAL/inc/sys/alt_warning.h \
/cygdrive/d/altera/70/nios2
www.eeworm.com/read/320652/3542518
c pt-fork.c
/* Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper , 2002.
The GNU C Library is free software; you
www.eeworm.com/read/304805/3785641
c do_fork.c
/* The kernel call implemented in this file:
* m_type: SYS_FORK
*
* The parameters for this kernel call are:
* m1_i1: PR_PROC_NR (child's process table slot)
* m1_i2: PR_PPROC_NR (parent
www.eeworm.com/read/304222/3802160
c sys_fork.c
#include "syslib.h"
PUBLIC int sys_fork(parent, child, pid, child_base_or_shadow)
int parent; /* process doing the fork */
int child; /* which proc has been created by the fork */
int pid; /* p
www.eeworm.com/read/297550/3886705
s fork.c.s
; generated by ARM C Compiler, ADS1.2 [Build 805]
; commandline [-O0 -browseinfo "0xff
" -S -g+ -apcs /interwork -fk -J:cw:]
CODE32
AREA ||.text||, CODE, READONLY
find_emp