代码搜索:asynchronous

找到约 2,366 项符合「asynchronous」的源代码

代码结果 2,366
www.eeworm.com/read/316872/3604034

txt mca.txt

An ad-hoc collection of notes on IA64 MCA and INIT processing. Feel free to update it with notes about any area that is not clear. --- MCA/INIT are completely asynchronous. They can occur at any t
www.eeworm.com/read/306677/3735164

c handler.c

/* handler.c Multi-threaded stand-alone event handler service Events are based on asynchronous one-way SOAP messaging using HTTP keep-alive for persistent connections The 'synchronous' global f
www.eeworm.com/read/306677/3735182

c quote2.c

/* getQuote example with asynchronous SOAP messaging */ #include "soapH.h" int main() { struct soap soap; struct ns__getQuoteResponse r; soap_init(&soap); if (soap_send_ns__getQuote(&soap, "htt
www.eeworm.com/read/304568/3798024

cpp asyncdns.cpp

/* ** JNetLib ** Copyright (C) 2000-2001 Nullsoft, Inc. ** Author: Justin Frankel ** File: asyncdns.cpp - JNL portable asynchronous DNS implementation ** License: see jnetlib.h */ #include "netinc.h
www.eeworm.com/read/410291/2214069

js au.js

/* au.js {{IS_NOTE Purpose: JavaScript for asynchronous updates Description: History: Fri Jun 10 15:04:31 2005, Created by tomyeh }}IS_NOTE Copyright (C) 2005 Potix Corporation. All Ri
www.eeworm.com/read/366702/2881078

c darwin-weakimport-1.c

/* { dg-do compile { target *-*-darwin* } } */ /* { dg-require-weak "" } */ /* { dg-options "-fno-common -fno-asynchronous-unwind-tables" } */ /* { dg-final { scan-assembler "weak_reference _a" } } *
www.eeworm.com/read/159825/5580918

h nfsiod.h

/* * linux/include/linux/nfsiod.h * * Declarations for asynchronous NFS RPC calls. * */ #ifndef _LINUX_NFSIOD_H #define _LINUX_NFSIOD_H #include #include
www.eeworm.com/read/154079/5642892

v cnt_vlog.v

module cnt_vlog(CLK,RESET,CE,LOAD,DIR,DIN,COUNT); // 4-bit synchronous up-down counter with count enable, // asynchronous reset and synchronous load input CLK; input RESET; input
www.eeworm.com/read/154079/5642916

v cnt_vlog.v

module cnt_vlog(CLK,RESET,CE,LOAD,DIR,DIN,COUNT); // 4-bit synchronous up-down counter with count enable, // asynchronous reset and synchronous load input CLK; input RESET; input
www.eeworm.com/read/347594/11657027

cpp mypl.cpp

#include "mypl.h" void *myListen(void *p) { CMyPL * pPS= (CMyPL *)p; pthread_setcancelstate(PTHREAD_CANCEL_ENABLE,NULL); pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS,NULL); sleep(5); while