代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/435707/1861193
h time.h
#ifndef _SYS_TIME_H
#define _SYS_TIME_H
#include
struct timeval {
time_t tv_sec; // Seconds
suseconds_t tv_usec; // Microseconds
};
struct itimerval {
struct timeval it_interval;
www.eeworm.com/read/430518/1927511
h addrconf.h
#ifndef _ADDRCONF_H
#define _ADDRCONF_H
#define RETRANS_TIMER HZ
#define MAX_RTR_SOLICITATIONS 3
#define RTR_SOLICITATION_INTERVAL (4*HZ)
#define ADDR_CHECK_FREQUENCY (120*HZ)
struct prefix_info
www.eeworm.com/read/428850/1953660
js common.js
/* $Id : common.js 4824 2007-01-31 08:23:56Z paulgao $ */
/* 检查新订单的时间间隔 */
var NEW_ORDER_INTERVAL = 180000;
/* *
* 开始检查新订单;
*/
function startCheckOrder()
{
checkOrder()
window.setIn
www.eeworm.com/read/396039/2425299
3 slog_irec_getargs.3
.TH SLOG_Irec_GetArgs 3 "4/24/2000" " " "SLOG_API"
.SH NAME
SLOG_Irec_GetArgs \- Retrieve the argument array of the interval record.
.SH SYNOPSIS
.nf
int SLOG_Irec_GetArgs( SLOG_intvlrec_t *i
www.eeworm.com/read/396039/2425303
3 slog_irec_create.3
.TH SLOG_Irec_Create 3 "4/24/2000" " " "SLOG_API"
.SH NAME
SLOG_Irec_Create \- Create a bare minimal interval record data structure without any of its components set. (SLOG_intvlrec_t's constructor)
www.eeworm.com/read/396039/2425308
3 slog_irec_setargs.3
.TH SLOG_Irec_SetArgs 3 "4/24/2000" " " "SLOG_API"
.SH NAME
SLOG_Irec_SetArgs \- Set the argument part of the interval record.
.SH SYNOPSIS
.nf
int SLOG_Irec_SetArgs( SLOG_intvlrec_t *intvlre
www.eeworm.com/read/396039/2425318
3 slog_irec_free.3
.TH SLOG_Irec_Free 3 "4/24/2000" " " "SLOG_API"
.SH NAME
SLOG_Irec_Free \- Deallocate the given interval record data structure, i.e. free the memory associated with it. (SLOG_intvlrec_t's destructor
www.eeworm.com/read/396039/2425323
3 slog_irec_isempty.3
.TH SLOG_Irec_IsEmpty 3 "4/24/2000" " " "SLOG_API"
.SH NAME
SLOG_Irec_IsEmpty \- Check if the specified Interval record is empty
.SH SYNOPSIS
.nf
int SLOG_Irec_IsEmpty( const SLOG_intvlrec_t *irec )
www.eeworm.com/read/393024/2489327
3rtapi rtapi_clock_set_period.3rtapi
.TH rtapi_clock_set_period "3rtapi" "2006-10-12" "EMC Documentation" "RTAPI"
.SH NAME
rtapi_clock_set_period \- set the basic time interval for realtime tasks
.SH SYNTAX
.HP
rtapi_clock_set_period(
www.eeworm.com/read/382594/2629836
cpp reschedule.cpp
/**
* Reschedule.cpp,v 1.2 2004/01/01 23:03:38 shuston Exp
*
* Changing the interval
*/
#include "ace/OS_NS_time.h"
#include "ace/Log_Msg.h"
#include "ace/Reactor.h"
#include "ace/Event_