代码搜索:fork

找到约 4,354 项符合「fork」的源代码

代码结果 4,354
www.eeworm.com/read/129891/14219599

c child04.c

#include "unp.h" pid_t child_make(int i, int listenfd, int addrlen) { pid_t pid; void child_main(int, int, int); if ( (pid = Fork()) > 0) return(pid); /* parent */ child_main(i, listenfd, ad
www.eeworm.com/read/129891/14219611

c child02m.c

#include "unp.h" pid_t child_make(int i, int listenfd, int addrlen) { pid_t pid; void child_main(int, int, int); if ( (pid = Fork()) > 0) return(pid); /* parent */ child_main(i, listenfd, ad
www.eeworm.com/read/129891/14219616

c child03.c

#include "unp.h" pid_t child_make(int i, int listenfd, int addrlen) { pid_t pid; void child_main(int, int, int); if ( (pid = Fork()) > 0) return(pid); /* parent */ child_main(i, listenfd, ad
www.eeworm.com/read/129891/14219623

c child03m.c

#include "unp.h" pid_t child_make(int i, int listenfd, int addrlen) { pid_t pid; void child_main(int, int, int); if ( (pid = Fork()) > 0) return(pid); /* parent */ child_main(i, listenfd, ad
www.eeworm.com/read/231652/14224628

pas ac1101.pas

program ural1101; const max=100; dx:array[1..4]of shortint=(1,0,-1,0); dy:array[1..4]of shortint=(0,1,0,-1); var obj:array[-max..max,-max..max]of char;{Capitals for inverts, + for fork}
www.eeworm.com/read/231528/14228191

h unistd.h

#ifndef _ASM_I386_UNISTD_H_ #define _ASM_I386_UNISTD_H_ /* * This file contains the system call numbers. */ #define __NR_exit 1 #define __NR_fork 2 #define __NR_read 3 #define __NR_write
www.eeworm.com/read/209315/15223592

h unistd.h

#ifndef _ASM_I386_UNISTD_H_ #define _ASM_I386_UNISTD_H_ /* * This file contains the system call numbers. */ #define __NR_exit 1 #define __NR_fork 2 #define __NR_read 3 #define __NR_write
www.eeworm.com/read/207820/15261416

h sys.h

/* * Why isn't this a .c file? Enquiring minds.... */ extern int sys_setup(); extern int sys_exit(); extern int sys_fork(); extern int sys_read(); extern int sys_write(); extern int sys_open(); ex
www.eeworm.com/read/480930/1309708

h unistd.h

#ifndef _ASM_I386_UNISTD_H_ #define _ASM_I386_UNISTD_H_ /* * This file contains the system call numbers. */ #define __NR_exit 1 #define __NR_fork 2 #define __NR_read 3 #define __NR_write
www.eeworm.com/read/246537/4493947

c child02l.c

#include "unp.h" pid_t child_make(int i, int listenfd, int addrlen) { pid_t pid; void child_main(int, int, int); if ( (pid = Fork()) > 0) return(pid); /* parent */ child_main(i, listenfd, ad