代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/243541/12935051
v reginf.v
// MAX+plus II Verilog Example
// Register Inference
// Copyright (c) 1997 Altera Corporation
module reginf(d, clk, clr, pre, load, data,
q1, q2, q3, q4, q5, q6, q7);
input d, clk, clr,
www.eeworm.com/read/141295/5774081
c execve.c
/* Redefinition of the execve system call, so that we can remove the
* non-blocking flags from the files we marked as non-blocking and
* asynchronous */
#include
#include
www.eeworm.com/read/136989/5832383
readme
# README,v 1.10 2001/04/02 12:42:49 schmidt Exp
Description:
This is a simple test for AMI callback model.
Note:
Use TAO_HAS_CORBA_MESSAGING
and TAO_HAS_AMI_CALLBACK
to compile TAO. This ena
www.eeworm.com/read/127679/6003054
man t_look.3.man
'\" rtp
.\" -*- nroff -*- vim: ft=nroff noautoindent nocindent nosmartindent
.\"
.\" @(#) t_look.3.man,v 0.9.2.2 2004/05/16 02:35:36 brian Exp
.\"
.\" =================================================
www.eeworm.com/read/101082/6245545
3ncs pfm_enable.3ncs
.\" @(#)pfm_enable.3ncs 8.1 of 9/11/90
.TH pfm_enable 3ncs
.SH Name
pfm_enable \- enable asynchronous faults
.SH Syntax
.nf
#include
#include
void pfm_$enable()
.fi
.\".S
www.eeworm.com/read/101082/6247429
3ncs pfm_enable.3ncs
.\" @(#)pfm_enable.3ncs 8.1 of 9/11/90
.TH pfm_enable 3ncs
.SH Name
pfm_enable \- enable asynchronous faults
.SH Syntax
.nf
#include
#include
void pfm_$enable()
.fi
.\".S
www.eeworm.com/read/100285/6271629
cc testlibpq4.cc
/*
* testlibpq4.cc
* Test of the asynchronous notification interface
*
populate a test database with the following (use testlibpq4.sql):
CREATE TABLE TBL1 (i int4);
CREATE TABLE TBL2 (i int4)