代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/133287/5906451
vmsbuild timer.vmsbuild
#
# sample.vmsbuild
#
# $Id: //poco/Main/Foundation/samples/Timer/Timer.vmsbuild#5 $
#
EXE=Timer
Timer
www.eeworm.com/read/133287/5906452
cpp timer.cpp
//
// Timer.cpp
//
// $Id: //poco/Main/Foundation/samples/Timer/src/Timer.cpp#5 $
//
// This sample demonstrates the Timer and Stopwatch classes.
//
// Copyright (c) 2004-2005, Guenter Obiltsch
www.eeworm.com/read/133287/5906517
h timer.h
//
// Timer.h
//
// $Id: //poco/Main/Foundation/include/Foundation/Timer.h#5 $
//
// Definition of the Timer and related classes.
//
// Copyright (c) 2004, Guenter Obiltschnig/Applied Informati
www.eeworm.com/read/133287/5906879
cpp timer.cpp
//
// Timer.cpp
//
// $Id: //poco/Main/Foundation/src/Timer.cpp#5 $
//
// Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics.
// All rights reserved.
//
// Redistribution and use in s
www.eeworm.com/read/132748/5909910
h timer.h
#ifndef _LINUX_TIMER_H
#define _LINUX_TIMER_H
/*
* Old-style timers. Please don't use for any new code.
*
* Numbering of these timers should be consecutive to minimize
* processing delays. [MJ]
www.eeworm.com/read/132748/5910106
c timer.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user leve
www.eeworm.com/read/132748/5910165
h timer.h
#ifndef _HACK_TIMER_H_
#define _HACK_TIMER_H_
#include
enum tstate
{
TIMER_INACTIVE,
TIMER_STARTING,
TIMER_STARTED,
TIMER_EXPIRED,
TIMER_FUNCTION_RUNNING,
};
struct timer_lis
www.eeworm.com/read/132747/5910493
h timer.h
#ifndef _LINUX_TIMER_H
#define _LINUX_TIMER_H
/*
* DON'T CHANGE THESE!! Most of them are hardcoded into some assembly language
* as well as being defined here.
*/
/*
* The timers are:
*
* BLAN
www.eeworm.com/read/131315/5938106
c timer.c
/*-
* Copyright (c) 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/131315/5941048
cc timer.cc
/*
Copyright (C) 1990, 1992 Free Software Foundation
written by Doug Lea (dl@rocky.oswego.edu)
This file is part of the GNU C++ Library. This library is free
software; you can redistribute it a