时钟中断 meaning in English
clock interrupt
timer interrupt
Examples
- For simple applications one might simply have an real time clock interrupt signal a semaphore and have a process that encapsulates all the time dependent stuff
对简单的应用而言,可以简单地用实时时钟中断发送一个信号量并用一个进程封装所有依赖时间的部分。 - Considering the practice of the project , we analyse and design the real - time extension of testing and centring system which base on windows2000 . by studied the mechanism of windows interrupt dispatching , we find out two diffrent ways to realize the timer interrupt in system by hardware or software
针对实时扩展的定时器管理问题,本文在研究了windows中断调度机制的基础之上,设计并实现了通过软件和硬件两种手段获得时钟的方法,并研究了时钟中断的功能和实现方法。 - Make clear the procedure of sending and receiving packet of kernel and the implementation of traffic control . the special mechanism in linux such as wait queue , task queue , time interrupt is also explained . after analyzing the file system of linux at large , we bring forward the design of modifying of file system . since many little file is created during the service of email and file service , we introduce the non volatile random access ram , by modifying the arithmetic of file system , changing the data flow of file system
本文详细介绍了针对网络专用服务器的专用linux系统的设计,对linux文件系统进行了详尽的解析,包括vfs的实现, buffercache的作用等;并对块设备驱动程序在内核中各个接口进行了分析;解析了内核接收和发送数据包的全过程以及流量控制在内核中的全过程;并对linux系统的一些特殊的机制如等待队列,任务队列,时钟中断等进行了详细的解释。