代码搜索:fork
找到约 4,354 项符合「fork」的源代码
代码结果 4,354
www.eeworm.com/read/346479/11742459
c check_check_fork.c
#include
#include
#include
#include
#include "check_check.h"
static int counter;
static pid_t mypid;
static void fork_sub_setup (void)
{
counter = 0;
www.eeworm.com/read/346274/11757078
doc 1680《fork() makes trouble》.doc
www.eeworm.com/read/128740/14280133
c parallel_server_fork.c
#include
#include
#include
#include
#include
#include
#include "err_exit.h"
#include "socketfun.h"
void doit(int client_s
www.eeworm.com/read/223685/14619308
txt fork_vs_thread.txt
www.eeworm.com/read/5773/72063
gif 6-1-fork.gif
www.eeworm.com/read/479931/1327961
c fork-child-threads.c
/* This testcase is part of GDB, the GNU debugger.
Copyright 2008 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of t
www.eeworm.com/read/479931/1327987
exp fork-child-threads.exp
# Copyright (C) 2008 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
# the
www.eeworm.com/read/463221/1539080
c tcp43fork.c
#include
#include
#include
void main(void)
{
pid_t pid;
printf("hello\n");
pid = fork();
switch (pid) {
case -1: pri
www.eeworm.com/read/193974/5138293
py test_fork1.py
"""This test checks for correct fork() behavior.
We want fork1() semantics -- only the forking thread survives in the
child after a fork().
On some systems (e.g. Solaris without posix threads) we fi
www.eeworm.com/read/177351/5328494
exp scalar_fork.stderr.exp
-----------------------------------------------------
2: __NR_fork 0e
-----------------------------------------------------