代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/297175/8048800
h zdlpmgt.h
#if ZDCONF_LP_SUPPORT == 1
#ifndef __ZDLPMGT_H
#define __ZDLPMGT_H
#define LP_MAX_PKTS_IN_BUCKET 2
#define LP_BUCKETS 64
#define LP_TIMEOUT 1 //in ms
struct lp_desc {
struct lp_desc *next;
www.eeworm.com/read/247097/12683473
h socketcomm.h
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// 客户端操作函数
#define TCP_RECV_BUF 2048
#define TCP_RECV_TIMEOUT 20
class AFX_EXT_CLASS CSocketClient
{
public:
char m_szRawIn[TC
www.eeworm.com/read/241927/13109054
h zdlpmgt.h
#if ZDCONF_LP_SUPPORT == 1
#ifndef __ZDLPMGT_H
#define __ZDLPMGT_H
#define LP_MAX_PKTS_IN_BUCKET 2
#define LP_BUCKETS 64
#define LP_TIMEOUT 1 //in ms
struct lp_desc {
struct lp_desc *next;
www.eeworm.com/read/240712/13202092
c address_areq.c
#include "address_areq.h"
#include "address_arep.h"
#include "address_conf.h"
#include "defs.h"
#include "ipv6_utils.h"
#include "aodv_timeout.h"
#include "timer_queue.h"
#include "aodv_socket.h"
#inc
www.eeworm.com/read/240712/13202196
c address_conf.c
#include
#include
#include "aodv_timeout.h"
#include "timer_queue.h"
#include "address_conf.h"
#include "ipv6_utils.h"
#include "params.h"
#include "address_areq.h"
extern int
www.eeworm.com/read/320536/13424444
h socketcomm.h
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// 客户端操作函数
#define TCP_RECV_BUF 2048
#define TCP_RECV_TIMEOUT 20
class AFX_EXT_CLASS CSocketClient
{
public:
char m_szRawIn[TC
www.eeworm.com/read/318262/13482478
h zdlpmgt.h
#if ZDCONF_LP_SUPPORT == 1
#ifndef __ZDLPMGT_H
#define __ZDLPMGT_H
#define LP_MAX_PKTS_IN_BUCKET 2
#define LP_BUCKETS 64
#define LP_TIMEOUT 1 //in ms
struct lp_desc {
struct lp_desc *next;
www.eeworm.com/read/314615/13563623
c ide.c
#include"IDE.h"
#define nop() __asm__ __volatile__ ("nop" ::)
void IDE_Delay(uint16 n)
{
while(n--);
}
uint8 IDE_WaitBSY()//等待空闲
{
uint8 timeout = 0;
uint8 temp;
do
{
tem
www.eeworm.com/read/309291/13675174
h q.h
#ifndef __OS_Q_H__
#define __OS_Q_H__
extern uint8 OS_Task_Q_List;
void * OSTaskWaitMsg(uint8 * err,uint8 Timeout) reentrant;
uint8 OSTaskSendMsg(void * msg,uint8 i) reentrant ;