GNOME Bugzilla – Bug 669329
gthread-win32: update for g_get_monotonic_time() changes
Last modified: 2012-02-09 11:48:38 UTC
g_cond_wait_until() was broken on win32. Noticed in gio/tests/contexts.exe.
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.
Review of attachment 206698 [details] [review]: Looks right to me
Attachment 206698 [details] pushed as daf7876 - gthread-win32: update for g_get_monotonic_time() changes