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 699500 - gbitlock: fix this to not unconditionally use futex emulation
gbitlock: fix this to not unconditionally use futex emulation
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-05-02 17:52 UTC by Dan Winship
Modified: 2013-05-04 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gbitlock: fix this to not unconditionally use futex emulation (967 bytes, patch)
2013-05-02 17:52 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2013-05-02 17:52:30 UTC
Ryan accidentally committed some debugging code a long time ago,
causing this file to always use futex emulation even when real futex
support was available. I noticed this a while later and pointed it out
to him, and assumed he was going to fix it, but I guess he assumed I
was going to fix it, and then neither of us did...
Comment 1 Dan Winship 2013-05-02 17:52:31 UTC
Created attachment 243084 [details] [review]
gbitlock: fix this to not unconditionally use futex emulation
Comment 2 Matthias Clasen 2013-05-04 02:33:36 UTC
Review of attachment 243084 [details] [review]:

Ugh. Yes
Comment 3 Dan Winship 2013-05-04 14:10:05 UTC
Attachment 243084 [details] pushed as 13958ee - gbitlock: fix this to not unconditionally use futex emulation