@ovn.org
> Subject: [ovs-dev] [PATCH v2 2/2] util: Add high resolution sleep support.
>
> This commit introduces xnanosleep() for the threads needing high
resolution
> sleep timeouts.
>
> usleep() that provides microsecond granularity is deprecated and threads
> wanting sub-se
This commit introduces xnanosleep() for the threads needing high
resolution sleep timeouts.
usleep() that provides microsecond granularity is deprecated and
threads wanting sub-second(ms,us,ns) granularity can use this implementation.
CC: Aaron Conole
CC: Alin Gabriel Serdean
CC: Ben Pfaff
Sig