代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/136989/5835895
bor makefile.bor
#
# Makefile.bor,v 1.1 2001/03/11 19:35:18 coryan Exp
#
MAKEFILES = Reconnect.bor \
Shutdown.bor \
Observer.bor \
BCast.bor \
Timeout.bor \
Wildcard.bor \
Negation.bor \
Disconnect.
www.eeworm.com/read/119796/6082212
h flashdev.h
/* flash.h:
* Header file for use with 29F040 in 8 bit mode and 2
* 29LV800BBs combined for 32 bit mode.
*/
#define FLASH_TIMEOUT 1000000
#define GANG 0x02000000
#define FLA
www.eeworm.com/read/116211/6113493
properties hsqldb.properties
#Tue Nov 02 14:35:10 GMT-03:00 2004
database.connection.password=
dbname=jforum
database.connection.host=localhost
database.connection.pool.min=1
database.connection.pool.timeout=1200
database.c
www.eeworm.com/read/215246/6306112
c flash39vf.c
#include "flash39vf.h"
UINT32 g_timeOut;
void FlashSectorEraseComm()
{
UINT16 *ptrTemp1,*ptrTemp2;
/* Issue the Sector Erase command to 39VF400A */
ptrTemp1 = (UINT16 *)(
www.eeworm.com/read/408584/11380766
lc recv_v4.lc
#include "trace.h"## 1 ##src/traceroute/recv_v4.c##
/*## 2 ##src/traceroute/recv_v4.c##
* Return: -3 on timeout## 3 ##src/traceroute/recv_v4.c##
* -2 on ICMP time exceeded in transit
www.eeworm.com/read/408584/11380780
lc recv_v6.lc
#include "trace.h"## 1 ##src/traceroute/recv_v6.c##
/*## 2 ##src/traceroute/recv_v6.c##
* Return: -3 on timeout## 3 ##src/traceroute/recv_v6.c##
* -2 on ICMP time exceeded in transit
www.eeworm.com/read/347723/11642113
h petmail.h
#ifndef __PETMAIL_H__
#define __PETMAIL_H__
#include "version.h"
/*
* 矢永玄楮 及涩烂匹允[
*/
#define PETMAIL_OFFMSG_MAX 10000
#define PETMAIL_OFFMSG_TIMEOUT ( 3 * 24 * 3600 )
#define PETMAIL
www.eeworm.com/read/258097/11886013
h polling.h
#ifndef __POLLING_H
#define __POLLING_H
void polling(void);
// sub
//inline void polling_1ms(void);
//inline void polling_10ms(void);
//inline void polling_500ms(void);
void polling_timeout