搜索结果

找到约 3 项符合 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 ...
https://www.eeworm.com/dl/648/368866.html
下载: 105
查看: 1029

Linux/Unix编程 一个UNIX进程间通讯的程序

一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。
https://www.eeworm.com/dl/619/134786.html
下载: 95
查看: 1051

Linux/Unix编程 用C语言写的linux下的ping程序

用C语言写的linux下的ping程序,使用nanosleep()判断icmp超时,未使用信号量
https://www.eeworm.com/dl/619/318746.html
下载: 112
查看: 1050