[PATCH] use monotonic timer for timeout in pthread instead of system clock
Colin Walters
walters at verbum.org
Sat Oct 18 11:02:15 PDT 2008
On Wed, Oct 15, 2008 at 6:45 AM, Keith Mok <ek9852 at gmail.com> wrote:
> Hi all,
>
> Patch for using monotonic timer for pthread timeout instead of system
> clock.
> To avoid the problem when system date/time is changed.
Hi, this looks like a useful patch. Can you file a bug report? (I
prefer patches and code review through Bugzilla for a variety of
reasons).
The first question I'd ask in that bug - is there a reason we aren't
using the clock_* functions instead of the syscalls?
More information about the dbus
mailing list