Bug 29028 - threading.h undefined atomicIncrenment/Decrement for Qt/s60
Summary: threading.h undefined atomicIncrenment/Decrement for Qt/s60
Status: RESOLVED DUPLICATE of bug 29011
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Emulator S60 3rd edition
: P2 Blocker
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-08 03:02 PDT by Janne Koskinen
Modified: 2009-10-01 09:35 PDT (History)
0 users

See Also:


Attachments
threading compiler fix (979 bytes, patch)
2009-09-08 03:02 PDT, Janne Koskinen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Janne Koskinen 2009-09-08 03:02:33 PDT
Created attachment 39177 [details]
threading compiler fix

WTF::atomicIncrement and WTF::atomicDecrement names are being exposed with using keyword even if LOCKFREE_THREADSAFESHARED is used.
This causes WINSCW compiler to bail out with undefined identifier.
Comment 1 Mark Rowe (bdash) 2009-09-08 03:29:04 PDT

*** This bug has been marked as a duplicate of bug 29011 ***
Comment 2 Mark Rowe (bdash) 2009-09-08 03:29:45 PDT
Please don't mark patches as r+ if you are not a WebKit reviewer.