Re: nanosleep issue

2018-05-22 Thread s_graf
There seem to be two issues with nanosleep. The first is a lack of information in the man page. It would be useful to know that the minimum sleep time is limited to one tick of the system clock and that it varies with the architecture. Second, given the above, there seems to be an initializati

Re: nanosleep issue

2018-05-22 Thread Philip Guenther
On Tue, May 22, 2018 at 4:02 PM, wrote: > There seem to be two issues with nanosleep. > > The first is a lack of information in the man page. It would be useful to > know that the minimum sleep time is limited to one tick of the system clock > and that it varies with the architecture. > A refer