代码搜索结果

找到约 51,516 项符合 Timer 的代码

timer-lite.c

/* ** $Id: timer-lite.c,v 1.22 2003/09/04 03:46:47 weiym Exp $ ** ** timer-lite.c: The timer handling for MiniGUI Lite Version. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 1999 ~ 2002

timer.c

/* ** $Id: timer.c,v 1.28 2003/11/22 08:01:37 weiym Exp $ ** ** timer.c: The Timer module for MiniGUI-Threads. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 1999 ~ 2002 Wei Yongming. **

timer.c

//-+---+---++-+--+-++-+++--++--+++ #include "std.h" #include "snds.h" #include "isr.h" #include "timer.h" #include "sysconf.h" #define MAX_LINE_BUF 250 volatile unsigned int clk_tick0

timer.java

// This class encapsulates a Timer mechanism // Can be used for Profiling of parts of code and gathering statistics package NexusII ; public class Timer { public Timer() { start_ = 0 ; }

timer.h

/* $Id: timer.h,v 1.2 2003/05/08 21:50:08 zas Exp $ */ #ifndef EL__LOWLEVEL_TIMER_H #define EL__LOWLEVEL_TIMER_H extern int timer_duration; void reset_timer(void); void init_timer(void); void done_

makefile.timer

# -*- Makefile -*- #---------------------------------------------------------------------------- # Makefile.Timer,v 4.2 2003/12/24 17:17:14 dhinton Exp # # Makefile for the Timer library. Part o

timer.dsp

# Microsoft Developer Studio Project File - Name="Timer" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dyn

timer.h

// timer.h,v 1.4 2000/11/11 17:39:56 bala Exp // ============================================================================ // // = LIBRARY // TAO/tests/Xt_Stopwatch // // = FILENAME //

timer.h

/* -*- C++ -*- */ /** * @file Timer.h * * Timer.h,v 1.5 2003/07/21 23:51:32 dhinton Exp * * @author Pradeep Gore * * */ #ifndef TAO_Notify_TIMER_H #defin

timer.h

/* -*- C++ -*- */ /* Timer.h,v 1.10 2003/11/07 02:18:02 dhinton Exp */ // ============================================================================ // // = LIBRARY // TAO/tests // // =