代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2008 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th
timer.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2008 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th
timer.h
#ifndef __timer__
#define __timer__
#define TIMER_Q_INSERTION_TIME 20
#define TIMER_Q_REMOVAL_TIME 20
extern void reset_timeout (const osclock_t timeout);
extern void os_timeout_handler (void);
#
timer.lds
SECTIONS {
firtst 0x00000000 : { head.o init.o }
second 0x30000000 : AT(4096) { main.o interrupt.o }
}
timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
timer.c
//*****************************************************************************
//
// timer.c - Driver for the timer module.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved
timer.h
//*****************************************************************************
//
// timer.h - Prototypes for the timer module
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reser
timer.h
/*
* linux/include/linux/sunrpc/timer.h
*
* Declarations for the RPC transport timer.
*
* Copyright (C) 2002 Trond Myklebust
*/
#define _LINUX_SUNRPC_TIMER_H
#i
timer.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic