代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
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/179911/5296779
c ppp_async.c
/*
* PPP async serial channel driver for Linux.
*
* Copyright 1999 Paul Mackerras.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gene
www.eeworm.com/read/177477/5325227
h sres_async.h
/*
* This file is part of the Sofia-SIP package
*
* Copyright (C) 2005 Nokia Corporation.
*
* Contact: Pekka Pessi
*
* This library is free software; you can redistribut
www.eeworm.com/read/177235/5331860
pl async2.pl
use SNMP;
$SNMP::auto_init_mib = 0;
$sess = new SNMP::Session();
sub poller_handler {
if (++$i>500) { die "completed 500 polls\n"; };
# VarList is undefined if TIMEOUT occured
if (!def
www.eeworm.com/read/177235/5331866
pl async1.pl
use SNMP;
$SNMP::auto_init_mib = 0;
$sess = new SNMP::Session();
sub poller {
# VarList is undefined if TIMEOUT occured
if (!defined($_[1])) { die "request timed out[$_[0]->{ErrorStr}]\n"
www.eeworm.com/read/171934/5390716
h sres_async.h
/*
* This file is part of the Sofia-SIP package
*
* Copyright (C) 2005 Nokia Corporation.
*
* Contact: Pekka Pessi
*
* This library is free software; you can redistribut
www.eeworm.com/read/169697/5413174
c async_list.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* Copyright (C) 1997 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*/
#include "adio.h"
#include "adio_extern.h"
ADIO