>
>> Ben Pfaff writes:
>>
>> > On Mon, Nov 06, 2017 at 05:29:26PM +, Bodireddy, Bhanuprakash
>> wrote:
>> >> Hi Ben,
>> >> >
>> >> >On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy
>> wrote:
>> >> >> This commit introduces xnanosleep() for the threads needing high
>> >> >> reso
> Ben Pfaff writes:
>
> > On Mon, Nov 06, 2017 at 05:29:26PM +, Bodireddy, Bhanuprakash
> wrote:
> >> Hi Ben,
> >> >
> >> >On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy
> wrote:
> >> >> This commit introduces xnanosleep() for the threads needing high
> >> >> resolution slee
Ben Pfaff writes:
> On Mon, Nov 06, 2017 at 05:29:26PM +, Bodireddy, Bhanuprakash wrote:
>> Hi Ben,
>> >
>> >On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy wrote:
>> >> This commit introduces xnanosleep() for the threads needing high
>> >> resolution sleep timeouts.
>> >>
>>
On Mon, Nov 06, 2017 at 05:29:26PM +, Bodireddy, Bhanuprakash wrote:
> Hi Ben,
> >
> >On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy wrote:
> >> This commit introduces xnanosleep() for the threads needing high
> >> resolution sleep timeouts.
> >>
> >> Signed-off-by: Bhanupraka
Hi Ben,
>
>On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy wrote:
>> This commit introduces xnanosleep() for the threads needing high
>> resolution sleep timeouts.
>>
>> Signed-off-by: Bhanuprakash Bodireddy
>>
>
>This is a little confusing. The name xnanosleep() implies that its
On Fri, Sep 15, 2017 at 05:40:23PM +0100, Bhanuprakash Bodireddy wrote:
> This commit introduces xnanosleep() for the threads needing high
> resolution sleep timeouts.
>
> Signed-off-by: Bhanuprakash Bodireddy
This is a little confusing. The name xnanosleep() implies that its
argument would be
This commit introduces xnanosleep() for the threads needing high
resolution sleep timeouts.
Signed-off-by: Bhanuprakash Bodireddy
---
lib/timeval.c | 2 +-
lib/timeval.h | 1 +
lib/util.c| 19 +++
lib/util.h| 1 +
4 files changed, 22 insertions(+), 1 deletion(-)
diff