代码搜索:fork

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

代码结果 4,354
www.eeworm.com/read/324920/3491382

h mode-tt.h

/* * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #ifndef __MODE_TT_H__ #define __MODE_TT_H__ #include "sysdep/ptrace.h" enum { OP_NONE, OP_EXEC, OP_FORK, OP_TRACE
www.eeworm.com/read/324920/3491486

h mode-tt.h

/* * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ #ifndef __MODE_TT_H__ #define __MODE_TT_H__ #include "sysdep/ptrace.h" enum { OP_NONE, OP_EXEC, OP_FORK, OP_TRACE
www.eeworm.com/read/316872/3590242

s syscall_table.s

ENTRY(sys_call_table) .long sys_restart_syscall /* 0 - old "setup()" system call*/ .long sys_exit .long sys_fork .long sys_read .long sys_write .long sys_open /* 5 */ .long sys_close .long
www.eeworm.com/read/316872/3599861

h unistd.h

#ifndef _ASM_M32R_UNISTD_H #define _ASM_M32R_UNISTD_H /* * This file contains the system call numbers. */ #define __NR_restart_syscall 0 #define __NR_exit 1 #define __NR_fork 2 #define __N
www.eeworm.com/read/316872/3600380

h unistd.h

#ifndef _ASM_M68K_UNISTD_H_ #define _ASM_M68K_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/292705/3947382

h unistd.h

#ifndef _ASM_M68K_UNISTD_H_ #define _ASM_M68K_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/439082/1817410

h unistd.h

#ifndef _ASM_M68K_UNISTD_H_ #define _ASM_M68K_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/432906/1886488

t 12.t

/* 12.t - ioctx access across fork() (12.t) */ #include #include #include #include #include "aio_setup.h" void test_child(void) { int res; res = a
www.eeworm.com/read/430518/1926388

h unistd.h

#ifndef _ASM_M68K_UNISTD_H_ #define _ASM_M68K_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/419387/2078223

mh decstation.mh

# Host: Little-endian MIPS machine such as DECstation. XM_FILE= xm-mips.h NAT_FILE= nm-mips.h NATDEPFILES= infptrace.o inftarg.o corelow.o mips-nat.o fork-child.o