a***e 发帖数: 1140 | 1 linux下倒是有个sleep()函数,可是至少要延迟一秒。 |
c********e 发帖数: 383 | 2 use select then, or use realtimer timer.
【在 a***e 的大作中提到】 : linux下倒是有个sleep()函数,可是至少要延迟一秒。
|
c*****t 发帖数: 421 | 3 Does these function really slepp? Or are they busy working for nothing?
Which functions are the best sleeper?
【在 a***e 的大作中提到】 : linux下倒是有个sleep()函数,可是至少要延迟一秒。
|
x******g 发帖数: 3952 | 4 There is no way for user app to get accurate
delay for 1ms.
【在 a***e 的大作中提到】 : linux下倒是有个sleep()函数,可是至少要延迟一秒。
|
x******g 发帖数: 3952 | 5 usleep will prevent your process from being scheduled for
at least the specified time.
【在 c*****t 的大作中提到】 : Does these function really slepp? Or are they busy working for nothing? : Which functions are the best sleeper?
|