代码搜索:fork
找到约 4,354 项符合「fork」的源代码
代码结果 4,354
www.eeworm.com/read/422750/2033193
d alt_fork.d
obj/alt_fork.o: \
/cygdrive/c/altera/80/nios2eds/components/altera_hal/HAL/src/alt_fork.c \
/cygdrive/c/altera/80/ip/nios2_ip/altera_nios2/HAL/inc/sys/alt_warning.h \
/cygdrive/c/altera/80/nios2
www.eeworm.com/read/419387/2078751
exp foll-fork.exp
# Copyright 1997, 1999 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
www.eeworm.com/read/419387/2078848
c foll-fork.c
#include
#include
#ifdef PROTOTYPES
void callee (int i)
#else
void callee (i)
int i;
#endif
{
printf("callee: %d\n", i);
}
#ifdef PROTOTYPES
int main (void)
#else
main ()
#
www.eeworm.com/read/418017/2094011
exp foll-fork.exp
# Copyright 1997, 1999 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
www.eeworm.com/read/418017/2094092
c foll-fork.c
#include
#include
#ifdef PROTOTYPES
void callee (int i)
#else
void callee (i)
int i;
#endif
{
printf("callee: %d\n", i);
}
#ifdef PROTOTYPES
int main (void)
#else
main ()
#
www.eeworm.com/read/410728/2204739
exp foll-fork.exp
# Copyright 1997, 1999 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
www.eeworm.com/read/410728/2204859
c foll-fork.c
#include
#include
#ifdef PROTOTYPES
void callee (int i)
#else
void callee (i)
int i;
#endif
{
printf("callee: %d\n", i);
}
#ifdef PROTOTYPES
int main (void)
#else
main ()
#
www.eeworm.com/read/395929/2431364
h sc_fork.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
www.eeworm.com/read/389922/2531143
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/385631/2587328
c alt_fork.c
/******************************************************************************
* *
* License Agreement