代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/125388/6029454
c timer.c
#include
#include "..\..\inc\44b.h"
#include "..\..\inc\44blib.h"
#include "..\..\inc\cputest\timer.h"
void Timer0Done(void) __attribute__ ((interrupt ("IRQ")));
void Timer1Done(void
www.eeworm.com/read/125280/6031522
h timer.h
#ifndef _LINUX_TIMER_H
#define _LINUX_TIMER_H
#include
#include
#include
#define HZ 1000
#define jiffies getTicks()
struct timer_list {
www.eeworm.com/read/125280/6031555
h timer.h
/*********************************************************************
*
* Filename: timer.h
* Version:
* Description:
* Status: Experimental.
* Author:
www.eeworm.com/read/124989/6034956
c timer.c
/* A couple of routines to implement a low-overhead timer for drivers */
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Li
www.eeworm.com/read/124989/6034978
h timer.h
/* Defines for routines to implement a low-overhead timer for drivers */
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Li
www.eeworm.com/read/124619/6044014
java timer.java
package test;
import api.ClockListener;
public class Timer extends Thread
{
private ClockListener listener;
private long delay;
Timer(long aDelay, ClockListener alistener)
{
www.eeworm.com/read/124347/6051952
c timer.c
/* Reentrant versions of times and gettimeofday system calls for the
clock and time ANSI C routines.
This implementation just calls the times/gettimeofday system calls.
Gettimeofday may not b
www.eeworm.com/read/123473/6058658
lst timer.lst
C51 COMPILER V6.12 TIMER 12/07/2004 17:58:47 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN .
www.eeworm.com/read/123438/6059267
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:
www.eeworm.com/read/123438/6059426
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 l