代码搜索:pipe

找到约 7,786 项符合「pipe」的源代码

代码结果 7,786
www.eeworm.com/read/411683/11232695

pipe

www.eeworm.com/read/106839/15619883

pipe

www.eeworm.com/read/391748/8380916

at pipe.at

# Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. # Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # This program is free softwar
www.eeworm.com/read/291779/8396277

c pipe.c

/* passed * linux/fs/pipe.c * * (C) 1991 Linus Torvalds */ #include #include // 信号头文件。定义信号符号常量,信号结构以及信号操作函数原型。 #include // 调度程序头文件,定义了任务结构task_struct、初始任
www.eeworm.com/read/291779/8396683

c pipe.c

/* * linux/fs/pipe.c * * (C) 1991 Linus Torvalds */ #include // 信号头文件。定义信号符号常量,信号结构以及信号操作函数原型。 #include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据, // 还有一些有关描述符参数设置和获取的嵌入式汇编
www.eeworm.com/read/291498/8412536

c pipe.c

/* * linux/fs/pipe.c * * (C) 1991 Linus Torvalds */ #include #include #include /* for get_free_page */ #include int read_pipe(struct m
www.eeworm.com/read/291252/8431784

c pipe.c

/* * linux/fs/pipe.c * * (C) 1991 Linus Torvalds */ #include #include #include /* for get_free_page */ #include int read_pipe(struct m
www.eeworm.com/read/189281/8480578

h pipe.h

/* * Header file for the MPI pipeline * see pipe.C for details * */ #include "mpi.h" #include #include #include typedef struct { MPI_Comm mycomm;
www.eeworm.com/read/189281/8480580

c pipe.c

/*_____________________________________________________________________________ * pipe.C routines to circulate data around in a ring. * This is all reasonably standard MPI * In
www.eeworm.com/read/189071/8491264

c pipe.c

/* * pipe.c -- fifo driver for scull * * Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet * Copyright (C) 2001 O'Reilly & Associates * * The source code in this file can be freely used,