代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/383832/2612308
c aiopxlib.c
/* aioPxLib.c - asynchronous I/O (AIO) library (POSIX) */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01k,17jul00,jgn
www.eeworm.com/read/378966/2678646
c aiopxlib.c
/* aioPxLib.c - asynchronous I/O (AIO) library (POSIX) */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01k,17jul00,jgn
www.eeworm.com/read/377363/2701400
c aiopxlib.c
/* aioPxLib.c - asynchronous I/O (AIO) library (POSIX) */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01k,17jul00,jgn
www.eeworm.com/read/357083/3030355
h nfsiod.h
/*
* linux/include/linux/nfsiod.h
*
* Declarations for asynchronous NFS RPC calls.
*
*/
#ifndef _LINUX_NFSIOD_H
#define _LINUX_NFSIOD_H
#include
#include
#if
www.eeworm.com/read/353640/3084330
c aiopxlib.c
/* aioPxLib.c - asynchronous I/O (AIO) library (POSIX) */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01k,17jul00,jgn
www.eeworm.com/read/260346/4334227
readme
aTLS: An asynchronous TLS/SSL Implementation for SEDA
Release v1.1, 12 July 2002
By Dennis Chi (denchi@uclink4.berkeley.edu)
and Matt Welsh (mdw@cs.berkeley.edu)
This is an implementation of TLS v1.
www.eeworm.com/read/148107/12493741
cmd c203.cmd
/*
Writing to the C2xx Asynchronous Serial Port in C V1.00
by Jeff Axelrod 3/26/97
*/
/* Command file for linking TMS320C203 programs on the WYLE board */
MEMORY
{
PAGE 0: /* PM - Program
www.eeworm.com/read/109477/15556685
h nfsiod.h
/*
* linux/include/linux/nfsiod.h
*
* Declarations for asynchronous NFS RPC calls.
*
*/
#ifndef _LINUX_NFSIOD_H
#define _LINUX_NFSIOD_H
#include
#include
#if
www.eeworm.com/read/183758/9141688
c aiopxshow.c
/* aioPxShow.c - asynchronous I/O (AIO) show library */
/* Copyright 1984-1994 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01e,08apr94,kdl ch
www.eeworm.com/read/364988/9884045
v pushbutton_debouncer.v
module PushButton_Debouncer(clk, PB, PB_state, PB_up, PB_down);
input clk; // "clk" is the clock
input PB; // "PB" is the glitched, asynchronous, active low push-button signal
output PB_state;