代码搜索:fork
找到约 4,354 项符合「fork」的源代码
代码结果 4,354
www.eeworm.com/read/200284/15435894
c waitpid.c
/*waitpid.c*/
#include
#include
#include
#include
#include
int main()
{
pid_t pc,pr;
pc=fork();
if(pc
www.eeworm.com/read/200284/15435895
c execlp.c
#include
#include
#include
int main()
{
if(fork()==0){
if(execlp("ps","ps","-ef",NULL)
www.eeworm.com/read/200284/15435899
c execl.c
#include
#include
#include
int main()
{
if(fork()==0){
if(execl("/bin/ps","ps","-ef",NULL)
www.eeworm.com/read/200284/15435907
c kill.c
#include
#include
#include
#include
#include
int main()
{
pid_t pid;
int ret;
if((pid=fork())
www.eeworm.com/read/110641/15528037
java main.java
public class Main{
public static Semaphore[] fork=new Semaphore[5];
public static void main(String args[])
{
for (int i=0;i=0;j--)
www.eeworm.com/read/117181/6109960
mh hpux11w.mh
# Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00
# FIXME: cagney/2002-04-07: gdb/366: The -Dvfork=fork hack below is
# stop GDB hanging on HP/UX. For some reason vfork() hangs yet fork()
www.eeworm.com/read/158872/5591551
mh hpux11w.mh
# Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00
# FIXME: cagney/2002-04-07: gdb/366: The -Dvfork=fork hack below is
# stop GDB hanging on HP/UX. For some reason vfork() hangs yet fork()
www.eeworm.com/read/369549/9641037
doc ch3_4_1_系统调用fork.doc
www.eeworm.com/read/292191/8368181
cpp forkjoin.cpp
// forkjoin.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "forkjoin.h"
#include "queue.h"
#include
NAMESPACE_BEGIN(CryptoPP)
Fork::Fork(unsign
www.eeworm.com/read/192259/8391077
c tellwait1.c
#include
#include "ourhdr.h"
static void charatatime(char *);
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork error");
else if (pid == 0) {
char