代码搜索:IO控制

找到约 10,000 项符合「IO控制」的源代码

代码结果 10,000
www.eeworm.com/read/189320/5201109

cpp io_acceptor.cpp

// IO_Acceptor.cpp,v 1.3 2005/09/29 09:04:59 sma Exp #include "JAWS/Data_Block.h" #include "JAWS/IO_Acceptor.h" #include "ace/OS_NS_sys_socket.h" ACE_RCSID(JAWS, IO_Acceptor, "IO_Acceptor.cpp,v 1.3
www.eeworm.com/read/189320/5201112

h io_acceptor.h

/* -*- c++ -*- */ // IO_Acceptor.h,v 1.2 2005/12/02 08:45:34 isisbuilds Exp #ifndef JAWS_IO_ACCEPTOR_H #define JAWS_IO_ACCEPTOR_H // Use the Adapter pattern to encapsulate either a LOCK_SOCK_Accepto
www.eeworm.com/read/189320/5201140

cpp io_handler.cpp

// IO_Handler.cpp,v 1.5 2005/08/23 19:58:43 jwillemsen Exp #include "ace/Proactor.h" #include "ace/Filecache.h" #include "ace/OS_NS_unistd.h" #include "JAWS/JAWS.h" #include "JAWS/IO.h" #include "JA
www.eeworm.com/read/188562/5207946

java io_data.java

/* * Title: GridSim Toolkit * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Li
www.eeworm.com/read/188182/5214458

c snap_io.c

/* $Id: snap_io.c,v 1.2 2003/09/17 11:26:10 tmoerlan Exp $ */ /* #define iphdr ip #define ihl ip_hl #define tot_len ip_len */ #include #include #include #include
www.eeworm.com/read/183719/5252426

h async_io.h

/* * store_aufs.h * * Internal declarations for the aufs routines */ #ifndef __ASYNC_IO_H__ #define __ASYNC_IO_H__ extern int n_asyncufs_dirs; extern int squidaio_nthreads; extern int squidaio_m
www.eeworm.com/read/183719/5252427

c async_io.c

/* * $Id: async_io.c,v 1.22 2006/10/08 07:43:31 serassio Exp $ * * DEBUG: section 32 Asynchronous Disk I/O * AUTHOR: Pete Bentley * AUTHOR: Stewart Forster
www.eeworm.com/read/183719/5252433

h async_io.h

#ifndef __ASYNC_IO_H__ #define __ASYNC_IO_H__ #define MAX_ASYNCOP 128 typedef enum { AQ_STATE_NONE, /* Not active/uninitialised */ AQ_STATE_SETUP /* Initialised */ } async_queue_state_t;
www.eeworm.com/read/183719/5252434

c async_io.c

/* * async_io.c - some quick async IO routines for COSS * * Adrian Chadd * * These routines are simple plugin replacements for the file_* routines * in disk.c . They bac
www.eeworm.com/read/183719/5252485

c rfcnb-io.c

/* UNIX RFCNB (RFC1001/RFC1002) NEtBIOS implementation * * Version 1.0 * RFCNB IO Routines ... * * Copyright (C) Richard Sharpe 1996 * */ /* * This program is free software; you can redist