代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/470676/1467807
vhd async_counter.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
ENTITY async_rdff IS
PORT (d,clk : IN std_logic;
reset : IN std_logic;
q,qb : OUT std_logic);
END async_rdff;
www.eeworm.com/read/470676/1467813
vhd async_rdff.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
ENTITY async_rdff IS
PORT (d,clk : IN std_logic;
reset : IN std_logic;
q,qb : OUT std_logic);
END async_rdff;
www.eeworm.com/read/470676/1467814
vhd async_rsjkff.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
ENTITY async_rsjkff IS
PORT (j,k : IN std_logic;
clk : IN std_logic;
set : IN std_logic;
www.eeworm.com/read/464469/1529736
vb async.designer.vb
Partial Public Class frmAsync
Inherits System.Windows.Forms.Form
_
Public Sub New()
MyBase.New()
'This call is required
www.eeworm.com/read/460691/1558532
pl test-async.pl
#
# TEST-ASYNC.PL
# Test Win32::Internet's Asynchronous Operations
# by Aldo Calpini
#
# WARNING: this code is most likely to fail with almost-random errors
# I don't k
www.eeworm.com/read/247207/4485734
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/247207/4485735
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/247207/4485741
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/247207/4485742
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