搜索结果
找到约 4 项符合
nanosleep 的查询结果
单片机开发 As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can pr
As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can provide more accurate time control in applications. In this lab, you will explore POSIX timers and signal programming, experience the timer drift.
The primary focus of this lab will be "time". The exper ...
Linux/Unix编程 用C语言写的linux下的ping程序
用C语言写的linux下的ping程序,使用nanosleep()判断icmp超时,未使用信号量
Linux/Unix编程 一个UNIX进程间通讯的程序
一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。
技术资料 LINUX内核源代码情景分析(上册) 846页全,附下册下载地址
上册包括前6章内容。包括:预备知识、中断和进程和文件系统以及传统的进程通讯。经典书籍-LINUX内核源代码情景分析,全面深入地剖析了Linux较新版本核心源代码,并对Linux核心的独特优点和需要进一步改进的问题作了精辟的评述。下册也已上传,链接:http://dl.21ic.com/download/linux-267696.html 打开即可下载。第1 ...