24 Sep
2016
24 Sep
'16
8:42 p.m.
On Tue, Sep 20, 2016 at 03:22:41PM +0100, Charles Keepax wrote:
On Fri, Sep 16, 2016 at 04:48:40PM -0500, Paul.Handrigan@cirrus.com wrote:
usleep_range(5000, 5010);
These are really tight usleep ranges do they need to be so tight?
Remember that usleep() will tend to pick the upper rather than lower bound...