代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/299285/3854819
cpp gserial.cpp
/*------------------------------------------------------------------*
GSERIAL.CPP
For asynchronous serial port communications
适用于DOS环境下异步串口通信编程
ATTENTION: Compile this progr
www.eeworm.com/read/442485/1760443
cpp gserial.cpp
/*------------------------------------------------------------------*
GSERIAL.CPP
For asynchronous serial port communications
适用于DOS环境下异步串口通信编程
ATTENTION: Compile this progr
www.eeworm.com/read/365785/2895442
c signal.c
/* This file handles signals, which are asynchronous events and are generally
* a messy and unpleasant business. Signals can be generated by the KILL
* system call, or from the keyboard (SIGINT) or
www.eeworm.com/read/362762/2927418
c signal.c
/* This file handles signals, which are asynchronous events and are generally
* a messy and unpleasant business. Signals can be generated by the KILL
* system call, or from the keyboard (SIGINT) or
www.eeworm.com/read/262041/4317009
h sdla_asy.h
/*****************************************************************************
* sdla_asy.h Header file for the Sangoma S508/S514 asynchronous code API
*
* Author: Gideon Hack
*
* Copyright:
www.eeworm.com/read/255237/4378171
cpp gserial.cpp
/*------------------------------------------------------------------*
GSERIAL.CPP
For asynchronous serial port communications
适用于DOS环境下异步串口通信编程
ATTENTION: Compile this progr
www.eeworm.com/read/254562/4381894
cpp gserial.cpp
/*------------------------------------------------------------------*
GSERIAL.CPP
For asynchronous serial port communications
适用于DOS环境下异步串口通信编程
ATTENTION: Compile this progr
www.eeworm.com/read/134874/13972605
cpp gserial.cpp
/*------------------------------------------------------------------*
GSERIAL.CPP
For asynchronous serial port communications
适用于DOS环境下异步串口通信编程
ATTENTION: Compile this progr
www.eeworm.com/read/235522/14065592
cc synchdisk.cc
// synchdisk.cc
// Routines to synchronously access the disk. The physical disk
// is an asynchronous device (disk requests return immediately, and
// an interrupt happens later on). This is a lay
www.eeworm.com/read/111497/15511585
c longjmp.c
#include /* jmp_buf */
/*****************************************************************************
To use setjmp() and longjmp() for asynchronous (interrupt-driven;
pre-emptive) task-swi