This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR libstdc++/80538 Only call sleep for non-zero values


On 11 October 2018 23:36:15 CEST, Jonathan Wakely <jwakely@redhat.com> wrote:

>But I'm assuming that systems with no usleep are probably rare, and
>can live with rounding up to sleep for a full second.

Well conforming implementations usually won't have usleep which was obscolencent in SUSv3 and removed from SUSv4.
As you certainly know we have clock_nanosleep / nanosleep nowadays.

thanks,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]