
Linux Kernel
文章平均质量分 70
manio
这个作者很懒,什么都没留下…
展开
-
linux中的TIMER使用入门
#include sys/time.h>#include signal.h>#include unistd.h>#include stdio.h>#define MAXSEC 1#define MAXUSEC 0void real_handle(){ printf("this is real_handl ");}long unsigned int fibonacci(unsigned原创 2006-10-10 12:36:00 · 7768 阅读 · 0 评论 -
程序注释-计算程序的挂钟时间、虚拟时间...(《kernel projects for linux》)
/* * This solution 1 based on those provided by * Don Lindsay, Fall, 1995, and Sam Siewert, Spring, 1996 * comment by MANIO */ #include sys/time.h>#include signal.h>#include unistd.h>#include std原创 2006-10-10 12:43:00 · 2635 阅读 · 0 评论