OSDN Git Service

Fix conditional waits in GKI_wait.
authorNarayan Kamath <narayan@google.com>
Wed, 5 Mar 2014 16:04:31 +0000 (16:04 +0000)
committerNarayan Kamath <narayan@google.com>
Wed, 5 Mar 2014 16:05:46 +0000 (16:05 +0000)
commita90d343e16e19e25ea6a813f4a9f6cd922989b01
tree2d710a1bdd258a265f1dfe54a687b4baa0466917
parentbbd585e19920a0eaa209057a5c4f97ead9063fee
Fix conditional waits in GKI_wait.

The absolute time calculation uses CLOCK_MONOTONIC, so
make sure pthread_condattr_setclock is called with
CLOCK_MONOTONIC.

Change-Id: I0f20871e36db511961b1f17ecd3225180e893db9
gki/ulinux/gki_ulinux.c