After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669329 - gthread-win32: update for g_get_monotonic_time() changes
gthread-win32: update for g_get_monotonic_time() changes
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gthread
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-02-03 18:06 UTC by Dan Winship
Modified: 2012-02-09 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gthread-win32: update for g_get_monotonic_time() changes (1.04 KB, patch)
2012-02-03 18:06 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2012-02-03 18:06:06 UTC
g_cond_wait_until() was broken on win32. Noticed in
gio/tests/contexts.exe.
Comment 1 Dan Winship 2012-02-03 18:06:09 UTC
Created attachment 206698 [details] [review]
gthread-win32: update for g_get_monotonic_time() changes

g_cond_wait_until() was calling GetSystemTimeAsFileTime() to get the
current time, which is no longer what g_get_monotonic_time() returns.
Comment 2 Matthias Clasen 2012-02-09 11:38:08 UTC
Review of attachment 206698 [details] [review]:

Looks right to me
Comment 3 Dan Winship 2012-02-09 11:48:35 UTC
Attachment 206698 [details] pushed as daf7876 - gthread-win32: update for g_get_monotonic_time() changes