代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/375190/2740151
cpp async_client.cpp
//
// async_client.cpp
// ~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accom
www.eeworm.com/read/364780/2901548
c globalfifo_async.c
/*======================================================================
A globalfifo driver as an example of char device drivers
This example is to introduce asynchronous notifier
www.eeworm.com/read/361261/2947247
hpp async_queue.hpp
/*****************************************************************************
* async_queue.hpp
*****************************************************************************
* Copyright (C) 2003 t
www.eeworm.com/read/361261/2947255
cpp async_queue.cpp
/*****************************************************************************
* async_queue.cpp
*****************************************************************************
* Copyright (C) 2003 t
www.eeworm.com/read/360437/2961789
cpp ndbapi_async.cpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software F
www.eeworm.com/read/353749/3082496
sgml async_queues.sgml
Asynchronous Queues
asynchronous communication between threads
www.eeworm.com/read/351777/3098852
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/351777/3098853
c async_io.c
/*
* $Id$
*
* DEBUG: section 32 Asynchronous Disk I/O
* AUTHOR: Pete Bentley
* AUTHOR: Stewart Forster
*
* SQUID Web Proxy Cache http://www.sq
www.eeworm.com/read/351777/3098859
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/351777/3098860
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