搜索资源列表
LINUX
- LINUX源码分析 包括定时器 系统调用
timer.tar
- linux下同一个进程中多个定时器实现。简单描述下定时器模块的实现,有一个manager单例类保存所有CTimer对象,开启一线程运行延迟函数,每次延迟间隔到,扫描保存CTimer的容器,对每个CTimer对象执行减少时间操作,减少到0则执行回调函数。对一次性CTimer,超时则从容器中删除,循环型的将间隔时间重置,不从容器中移除。 CTimer的start执行将对象插入到manager容器中操作;stop执行将对象从manager容器中删除的操作;reset执行先删除,重置间隔,然后再放到
timer
- Linux 用户模式下高精度定时器实现源代码-Linux user mode to achieve high-precision timer
linuxtimer
- 内核定时器的使用+linux+timer-The use of the kernel timers+ linux+ timer
stimer
- 实现了Linux下毫秒级的软件定时,但依赖于系统HZ数,如 HZ=100,最小定时为10ms HZ=1000,最小定时才是1ms 理论上可以实现若干个定时器,依赖于系统性能-Achieved a Linux software under the millisecond timing, but the number depends on the system, HZ, such as HZ = 100, the minimum timing for the 10ms HZ = 1000, the
Base_Timer.tar
- linux下的一个基本定时器,精确到ms。访问接口类似于windows下的setTimer接口。-linux under a basic timer, accurate to ms. Access interface similar to the windows under the setTimer interface.
Linux_timer_alarm_and_setitimer
- linux 下定时器timer alarm 和 settitimer使用-linux timer alarm function and settitimer sample
Linux_timer
- 详细介绍了Linux 环境下定时器的使用,以及进程时间的测量。-Details of the Linux environment, the use of timers, and the process of time measurement.
ARM(LINUX)timerdriver
- linux下定时器的驱动程序,用于linux下定时器的驱动-linux drivers under the timer, the timer for the driver under linux
8253
- linux内核编程,基于8253定时器,让其演奏一首音乐-Based onLinux kernel programming ,use 8253 playing a musical 。
time2
- linux下面的timer(定时器)实现,用户可以用于做的大型并发系统----
Redhat
- 这是我在学习Linux过程中遇到的问题例如:windows xp与linux共享文件夹,GCC安装,Linux定时器的使用等,以及解决方法.-This is what I encountered in the process of learning Linux issues such as: windows xp and linux shared folder, GCC installed, Linux uses the timer, as well as solutions.
2
- linux c定时器,介绍了几个定时器的使用方法,含有部分代码-linux c timer timer introduced the use of several methods, containing part of the code
emiplib-1.0.0
- 视频源代码,定时采集图像信息等等,含有定时器-Video source, timing acquisition image information, etc., with timer
Lock-linux
- 定时锁键盘鼠标的小程序,用Bash和C写的,程序满简单,大家可以略读下自己修改,也可以很方便地直接使用。-A tool for lock the keyboard and mouse develped in linux with Bash and C. Help the people work or play PC long time to stop and have some rest timely.
timer
- 本实验是setitimer定时器实验。Linux下经常使用的定时器函数有两种:alarm和setitimer。如果定时要求不是非常精确的话,用alarm( )和signal( )配合就足够了。如果定时要求精确的话,可以使用setitimer函数。 开发环境 Redhat9.0-This experiment is setitimer timer experiment. Often used under Linux, there are two timer functions: alarm
linux-char-driver-by-timer
- linux 字符驱动实例,基于定时器的,可以用的源码。-linux instances of character-driven, based on the timer, you can use the source code.
timer
- linux环境下通过定时信号实现定时器,采用差分链管理定时器-linux environment achieved through the timing signal timer, timer differential chain management
timer
- Linux下的C的编程,定时器的创建,可根据需要创建不同时间间隔的定时时钟-The C programming under Linux, the timer creation, according to the need to create different time interval timing clock
Timer.tar
- linux 单进程下的多个定时器的实现。时间精度10ns。-linux single-process implementation under more than one timer. Time precision 10ns.